Skip to content

Commit efa23d1

Browse files
committed
updated content
1 parent f1bbc66 commit efa23d1

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

docs/troubleshooting/firebase-issues/firebase_storage_limits_in_flutterflow.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,48 @@ title: Firebase Storage Limits in FlutterFlow
66

77
# Firebase Storage Limits in FlutterFlow
88

9-
Managing Firebase Storage properly is essential for controlling your app's file storage and associated costs in FlutterFlow. This article summarizes the key limits and best practices.
9+
Managing Firebase Storage properly is essential for controlling your app's file storage and associated costs in FlutterFlow. This article summarizes the current limits and best practices following Firebase’s September 2024 changes.
1010

1111
## Firebase Storage Plans and Limits
1212

13-
- **Spark Plan**
14-
15-
- Includes up to **[1 GB](https://firebase.google.com/pricing)** of Firestore storage.
16-
- Exceeding this limit requires upgrading to a paid plan.
17-
1813
- **Blaze Plan (Pay-as-you-go)**
1914

20-
- Charges are based on the amount of storage used.
21-
- Pricing adjusts based on storage volume.
15+
- Firebase Storage (Cloud Storage for Firebase) is only available on the Blaze plan for new Firebase projects.
16+
- Storage charges are based on usage volume.
17+
- The price per GB/TB decreases as your usage increases.
2218
- Refer to the **[Firebase Pricing page](https://firebase.google.com/pricing)** for current rates.
2319

20+
- **Spark Plan (Free Tier)**
21+
22+
- For projects created after September 2024, Cloud Storage for Firebase is **no longer available** on the Spark plan.
23+
- To use file storage (uploads, images, videos, etc.) with Firebase Storage, you must upgrade to the Blaze plan.
24+
25+
:::info
26+
If your Firebase project was created before the September 2024 policy change, you may still have limited access to Firebase Storage under legacy conditions. However, new projects must follow the updated Blaze-only policy.
27+
:::
28+
2429
## Firebase Storage Operations Limits
2530

26-
- Firebase limits the number of operations (uploads, downloads, deletes) per day.
27-
- These limits are stricter on the Spark plan.
28-
- Review your app’s usage patterns and plan functionality accordingly.
31+
- Firebase imposes limits on the number of operations (uploads, downloads, deletes) based on your plan.
32+
- With Blaze, these limits are generally higher but still subject to quotas depending on your usage volume.
33+
- Monitor your app’s usage patterns to avoid unexpected failures or costs.
2934

3035
## Best Practices for Managing Firebase Storage
3136

32-
- Regularly delete unnecessary files.
33-
- Compress images and videos before uploading.
34-
- Monitor storage usage in the Firebase Console.
35-
- For high-volume apps, consider automated file cleanup routines.
36-
37-
:::tip
38-
Proactive storage management helps reduce costs and prevent usage issues.
39-
:::
37+
- Regularly delete unused or unnecessary files.
38+
- Compress large files (especially images and videos) before uploading.
39+
- Actively monitor storage usage in the Firebase Console.
40+
- Set up automated cleanup processes for apps with large or growing data volumes.
4041

42+
:::tip
43+
Proactive storage management helps control costs and maintain app performance.
44+
:::
4145

4246
:::info[Additional Resources]
4347
- [Firebase Pricing](https://firebase.google.com/pricing)
48+
- [Firebase Storage FAQ (September 2024 Changes)](https://firebase.google.com/docs/storage/faqs-storage-changes-announced-sept-2024)
4449
- [Firebase Storage Documentation](https://firebase.google.com/docs/storage)
4550
- [FlutterFlow Docs: Storage](/integrations/firebase-storage/storage-rules/)
4651
:::
4752

48-
Review your Firebase plan limits, monitor storage usage, and apply storage optimization techniques to ensure efficient and cost-effective storage management for your FlutterFlow app.
49-
53+
Always review your Firebase plan details to ensure you're aligned with the most current pricing model and storage policies.

0 commit comments

Comments
 (0)