-
Notifications
You must be signed in to change notification settings - Fork 988
Closed
Labels
Description
[REQUIRED] Describe your environment
- Operating System version: MacOs Ventura 13.0
- Browser version: Chrome Version 109.0.5414.87
- Firebase SDK version: 9.14.0
- Firebase Product: firestore, auth, emulator
[REQUIRED] Describe the problem
When using the emulator (with custom port), request.auth is null (in firestore rules) even though user is signed in. Downgrading to 9.6.10 solved my issue (I haven't tried other version).
Maybe it is worth noting that in my application the user is signed in with a custom firebase token.
belcrod5