ajatif36
(Masti TV)
#1
Hi everyone,
I am using firebase for a quiz app, where users can earn coins and participate with coins and winners will get another coin.
Lets say I have daily active 2k users they use my app.
Will my database data get full? What is the best option to run a successful?
Oh images will also load in the quiz.
I think MySQL is best option because it is cheap fast and secure.
ImranTariq
(Imran Tariq)
#3
you can check your usage for each project and i think its enough to handle users up to 10k, you can find details in usage option in firebase,
1 Like
ImranTariq
(Imran Tariq)
#5
you can check your free data usage limits,
ImranTariq
(Imran Tariq)
#6
yes, 10k authentication is allowed and storage is 1gb and bandwidth is 10gb per month, i think that’s enough
1 Like
ajatif36
(Masti TV)
#7
I am asking about it Securities and about its loading speed.
ImranTariq
(Imran Tariq)
#8
You can use Auth system or login with google and then set read and write permission to auth only, its very fast and secure with Auth system
ImranTariq
(Imran Tariq)
#9
Read this post to get secure data