mobizt / Firebase-ESP-Client

[DEPRECATED]🔥Firebase Arduino Client Library for ESP8266, ESP32 and RP2040 Pico. The complete, fast, secured and reliable Firebase Arduino client library that supports RTDB, Cloud Firestore, Firebase and Google Cloud Storage, Cloud Messaging and Cloud Functions for Firebase.
MIT License
471 stars 100 forks source link

Compilation error: 'FirebaseStorage' does not name a type #481

Closed Animesh452 closed 1 year ago

Animesh452 commented 1 year ago

I am using AI Thinker ESP32 Cam board in Arduino IDE and getting the above compilation error. Please help resolve this. Firebase ESP32 Client by Mobizt v4.3.7 image

mobizt commented 1 year ago

Firebase ESP32 Client library supports RTDB and FCM only.

Firebase Arduino Client Library for ESP8266 and ESP32 library (this repo) supports RTDB, FCM, Firestore, Storage. Google Cloud Storage and Functions for Firebase.

Choose the correct library in Arduino Library Manager to install.

mobizt commented 1 year ago

This library must be removed. https://github.com/mobizt/Firebase-ESP32