-
I am trying to authenticate (log in) using exact replica of example code from ESP32 Client library (the new version)
In my serial monitor I can read that the Code that I am using:
Screenshot from my Firebase authentication that my ESP32 was created and also logged in today: I know my Firebase initialization was successful because I can read and write read data into the Realtime database: I am using
Other links:
Firebase RTDB rules:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 26 replies
-
It's not related to security rules in Firebase, issue #135 is not not actually related to the rules. No logs for this because it's the googleapis RESTs API by providing the request with user credentials and it returns id token for authentication, that's it. There are invalid authentication credentials you provided in this case it can be api key (web api key) if the email and password are ok. In this case you can try to setup new project and test it, it should ok. |
Beta Was this translation helpful? Give feedback.
-
You should follow the examples first. This variables must be assigned global |
Beta Was this translation helpful? Give feedback.
-
I may miss your point as your two paragraph are contrast. between this and this |
Beta Was this translation helpful? Give feedback.
I may miss your point as your two paragraph are contrast.
between this
In my serial monitor I can read that the error code is 400
and this
I know my Firebase initialization was successful because I can read and write read data into the Realtime database: