The auth().onAuthStateChanged() is NOT initially triggered for SIGNED OUT users #8148
-
Once my app loads, I have this
This is what happens when user is already signed-in:
This is what happens when user is initially signed out:
When I realized that it does get triggered in the Version:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Can you update and retest? Posting issues or discussions on old versions is unproductive - I'm certain this area just changed recently because I changed it, to fix an issue that sounds pretty similar to this... https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md#2150-2024-11-16 |
Beta Was this translation helpful? Give feedback.
Can you update and retest? Posting issues or discussions on old versions is unproductive - I'm certain this area just changed recently because I changed it, to fix an issue that sounds pretty similar to this...
https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md#2150-2024-11-16
#8139
#7819