-
Do you have plans to add phone number authentication? If not, would you mind pointing me in the general direction of how I might implement this myself? I can't find anything related in the officail re…
-
I found some weird issue with `auth()` mock object. Here is my code:
```
const mocksdk = firebasemock.MockFirebaseSdk(null, function () {
return mockauth;
}, function () {
return mockfire…
-
Are there any plans to add support for the remaining two Firebase auth providers - Play Games (new) and GitHub? I'm particularly interested in the Play Games provider because I believe it allows a mu…
-
these vars need documentation
normal firebase vars
```
# firebase
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE…
-
I am fairly new to this so pardon me if I'm missing something obvious. I am building up a Xamarin App using Xamarin.Firebase.iOS.Auth v8.10.0, and my signing method is throwing null reference errors b…
-
Hi all.
I am trying to run web ui and firebase emulator the issue that I am getting error:
`code: "auth/network-request-failed" message: "A network error (such as timeout, interrupted connection o…
-
How to access database with user's auth
like user can access only their part of data with user's auth uid.
in this project I have to set rules to read write to true only then works
-
Hi,
The Apple login is a little different than Google, Twitter and Facebook login.
With Google Login I use this:
`this.angularFireAuth.signInWithPopup(new firebase.auth.GoogleAuthProvider())
`…
-
## Bug report
**Describe the bug**
When the app is launched from a cold start scenario, `getInitialMessage` is called, however, the value of `initialMessage` is null in majority of the cases
In…
-
v3.0.0-rc.0
Angular 11
It appears, since yesterday, my builds have been failing in relation to the GoogleProviderHandler.
I have been digging into this for the past couple hours and have foun…