-
I'm using the firebase auth emulator for local development which produces unsigned tokens. I'm running the firebase auth emulator and hasura (v1.3.3) locally using docker. It seems that hasura views t…
-
Hello,
Is there any plan to include email link authentication methods in that plugins ?
- https://firebase.google.com/docs/auth/ios/email-link-auth
- https://firebase.google.com/docs/auth/andro…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
iOS
### Description
Sinc…
-
At [the Auth page](https://react-redux-firebase.com/docs/auth.html), logout() section, an s is missing from the **constants** page link.
> logout()
> Logout from Firebase and delete all data from…
-
### Bug Report or Feature Request (mark with an `x`)
- [x] bug report
- [ ] feature request
### OS and Version?
Ubuntu 20.04, linux x64
### Versions
Angular CLI: 10.0.7
Node:14.15.0
"@angu…
-
* Unity editor version: 2020.2.6
* Firebase Unity SDK version: 7.1.0
* Source you installed the SDK:UPM
* Problematic Firebase Component: Crashlytics
* Other Firebase Components in u…
-
### [REQUIRED] Environment info
**firebase-tools:** 13.3.1 (latest)
**Platform:** Windows 11
### [REQUIRED] Test case
This has happened 3 times for seemingly random r…
-
### [REQUIRED] Environment info
**firebase-tools: v13.5.2**
**Platform: Ubuntu 23.10**
### [REQUIRED] Test case
Login to firebase tools with workspace account, wait f…
-
Firebase has an authentication system: https://firebase.google.com/docs/auth/web/custom-auth
Sending `?auth=MYSECRET` doesn't authenticate.
If my db rules are set up like:
```
{
"rules": {…
-
need to change firebase config to
import firebase from "firebase/app";
import "firebase/auth";
import "firebase/firestore";