user3857903
user3857903

Reputation: 52

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:

Upvotes: 0

Views: 2611

Answers (1)

Alex Mamo
Alex Mamo

Reputation: 138824

  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.

Upvotes: 3

Related Questions