It is mentioned that we should use native SDKs instead of Rest API. Is it possible in Kodular?
Or else, as per my app requirements I will have to pay hundreds of dollars(if only my app will have 1000+ users).
Even I am shocked. As per the pricing of Firebase, the downloads will be counted as 3.5kb whenever the user will connect to the database because of SSL security.
Look for other open source database like MySQL db where your usage will be counted on total data size not on how many times you are querying your database.
This will make you independent from the cost perspective and any future policy changes.
Think of it this way: relational databases (mysql, oracle, sql-server etc.) you have millions of search sources. Any subject, from beginner to expert …
Mysql is free. Almost every hosting site offers this database.
You will have to learn how to design your bank. Study concepts of tables, rows, columns, primary keys, foreign keys, triggers, stored procedures … and the relationship between tables … But you can store many many many … records in your tables … free
Why are there two topics about the same subject? @golumaths100 please don’t create topics if the discussion can be continued in an existing thread.
Thanks