Home > Blockchain >  Is there any time limit for database in firebase free spark plan?
Is there any time limit for database in firebase free spark plan?

Time:12-14

I wanted to use firebase free Spark plan for a small project. Does Firebase have any time limit for the data stored in the free plan, like does it delete that data after some duration?

CodePudding user response:

There isn't any restriction on how long the data is stored. As long as the project is active and you don't delete data yourself, it'll be there.

The restrictions on the Spark plan are only how much data you can store and download.

  • Related