Firebase-ESP8266 | 🔥 Firebase RTDB Arduino Library for ESP8266 and RP2040 Pico | Authentication library

 by   mobizt C++ Version: v4.3.13 License: MIT

kandi X-RAY | Firebase-ESP8266 Summary

kandi X-RAY | Firebase-ESP8266 Summary

Firebase-ESP8266 is a C++ library typically used in Security, Authentication, Firebase, Arduino applications. Firebase-ESP8266 has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Firebase RTDB Arduino Library for ESP8266. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Firebase-ESP8266 has a low active ecosystem.
              It has 389 star(s) with 110 fork(s). There are 20 watchers for this library.
              There were 3 major release(s) in the last 12 months.
              There are 0 open issues and 219 have been closed. On average issues are closed in 0 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Firebase-ESP8266 is v4.3.13

            kandi-Quality Quality

              Firebase-ESP8266 has 0 bugs and 0 code smells.

            kandi-Security Security

              Firebase-ESP8266 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Firebase-ESP8266 code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Firebase-ESP8266 is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Firebase-ESP8266 releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Firebase-ESP8266
            Get all kandi verified functions for this library.

            Firebase-ESP8266 Key Features

            No Key Features are available at this moment for Firebase-ESP8266.

            Firebase-ESP8266 Examples and Code Snippets

            No Code Snippets are available at this moment for Firebase-ESP8266.

            Community Discussions

            Trending Discussions on Firebase-ESP8266

            QUESTION

            How to listen to changes in Firestore with ESP8266?
            Asked 2020-Aug-06 at 15:04

            How do i listen to data changes in Firebase Cloud Firestore with ESP8266? So far i have managed to connect ESP8266 with firestore to read and post data to Firestore using the REST API, but instead of constantly reading data from Firestore, I want to listen to an event when the data changes in Firestore.

            In short, I want to have a stream open where i am listening for changes in Firestore.

            This can be done with Firebase Real-time database, but i haven't found examples for Firestore.

            Here is an example of what i am trying to do, but with real-time database: https://github.com/mobizt/Firebase-ESP8266/blob/master/examples/Stream/Stream.ino

            ...

            ANSWER

            Answered 2020-Aug-06 at 15:04

            I was asking around on some forums, and i found out that sadly this is not possible :(

            The Cloud Firestore supports the REST API unless stream like feature are not available due to poor performance and Firebase team decided to remove this feature.

            The only possible method that suitable for no Firebase SDK installation is the RPC (gRPC) which is not currently available in embedded device. The other problem is database secret can't use in the Cloud Firestore, the auth or custom token is required and need the SSL/TLS library for key encryption and signing. This can be done in ESP32 with mbed TLS which can't do this in ESP8266 with BearSSL.

            Then Cloud Firestore with realtime feature (using gRPC) is not possible in ESP8266.

            The workaround can be using a webserver and/or Firebase Functions, which sadly was the thing I was trying to avoid.

            Source https://stackoverflow.com/questions/63245605

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Firebase-ESP8266

            For Arduino IDE, download zip file from the repository (Github page) by select Clone or download dropdown at the top of repository, select Download ZIP. From Arduino IDE, select menu Sketch -> Include Library -> Add .ZIP Library.... Choose Firebase-ESP8266-master.zip that previously downloaded. Go to menu Files -> Examples -> Firebase-ESP8266-master and choose one from examples. For PlatformIO, in folder "lib", create new folder named "Firebase-ESP8266" and add these files in that folder.

            Support

            Since version 3.8.4, library allows you to use external Arduino Clients network interfaces e.g. WiFiClient, EthernetClient and GSMClient, the Arduino supported devices that have enough flash size (> 128k) and memory can now use this library. To use external Client, see the ExternalClient examples. The authentication with OAuth2.0 and custom auth tokens, RTDB error queue and downloadFileOTA features are not supported for other Arduino devices using external Clients. The flash and SD filesystems supports depend on the devices and third party filesystems libraries installed.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mobizt/Firebase-ESP8266.git

          • CLI

            gh repo clone mobizt/Firebase-ESP8266

          • sshUrl

            git@github.com:mobizt/Firebase-ESP8266.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link