Skip to content Skip to sidebar Skip to footer

Using Firebase Database With Large Data Some Queries

I am new to Firebase Jason Seq.database system I going to develop a web module and a android app with firebase as back-end wanna some suggestion on some points before I start: 1:

Solution 1:

  1. Yes, it is possible to migrate to Firebase even if your database is very large. To archieve this, i suggest you watch this tutorial, The Firebase Database For SQL Developers. Even if Firebase is a NoSQL Database, i'm sure you'll be very familiar in short time.

  2. Yes, the key for doing this is to have the data as flatten as possible. Please take a look at this tutorial. Will be very helpful.

  3. If you'll be able to have a Firebase database as much as possible, as it described in the tutorial above, you'll be able to have less to pay. For pricing, take a look here!.

Hope it helps.

Post a Comment for "Using Firebase Database With Large Data Some Queries"