-
```c++
#include
#include
#define SSID "your SSID"
#define PASS "your Password"
#define HOST "your-firebaselink.com"
#define AUTH "your-auth-code"
FirebaseData firebaseData;
void setup(…
-
Hello,
Im using the same approach to call firabse.auth().onAuthStateChanged api in my action, but Im not getting the response util I tap somewhere in screen, this happen in my entirely app, in my …
-
### [REQUIRED] Describe your environment
* Operating System version: Mac OS X 10.15
* Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0
…
-
I've followed instruction and changed the .env file in `danswer/deployment/docker_compose`
```
AUTH_TYPE=google_oauth
GOOGLE_OAUTH_CLIENT_ID=
GOOGLE_OAUTH_CLIENT_SECRET=
SECRET=
```
After r…
-
### Describe your environment
* Operating System version: macOS 10.14.6 (Mojave)
* Browser version: Chrome 76 (and others)
* Firebase SDK version: 6.4.1
* Firebase Product: auth
### D…
-
### [READ] Step 1: Are you in the right place?
* For issues related to __the code in this repository__ file a Github issue.
* If the issue pertains to Cloud Firestore, read the instructions in…
-
- https://firebase.google.com/docs/auth?hl=ko
- https://github.com/firebase/quickstart-js
-
Desde que se creó el repositorio, firebase se ha actualizado y la forma de hacer el login no es exactamente como esta explicado en el video, despues de revisar la documentacion he conseguido hacer el …
-
Send them:
1. API_BASE_URL: https://based-hardware-development--backend-api.modal.run/
2. Android Debug Jks, *we create one and add to firebase dev https://stackoverflow.com/questions/51845559/genera…
-
Hello. Discovered the following issue using firebase admin v10. I can successfully enroll a user for the MFA process by calling admin.auth().updateUser(...) with multiFactor/enrolledFactors provided. …