Skip to content

Commit 0a3624d

Browse files
committed
Update README.md
1 parent bee0907 commit 0a3624d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Firebase, on the other hand, offers:
5757
- Simple and secure authentication with support for email and password
5858
- A relatively generous free tier under the Spark plan:
5959
- 100 simultaneous database connections (each microcontroller and Android device will use 1 connection slot)
60-
- 1 GB storage (each device will use less than 1kb of storage)
60+
- 1 GB storage (each device will use 1-10kb of storage, approximately)
6161
- 50,000 reads/day, 20,000 writes/day
6262

6363
This could make Firebase a compelling backend for IoT hobbyists, educators, and developers looking for an easy-to-use platform with minimal upfront cost. You have the flexibility to decide exactly how much you need and tailor your setup accordingly, optimizing it as your project grows. This ensures you’re not bound by the limitations of third-party platforms, giving you full control over your project’s scalability and requirements.
@@ -207,4 +207,4 @@ To send updates, the library uses the same REST API to perform HTTP requests—m
207207
# 📝 TODO
208208
209209
- [ ] Compatibility with ESP8266
210-
- [ ] Notification service
210+
- [ ] Notification service

0 commit comments

Comments
 (0)