Skip to content

Conversation

whoiscarlo
Copy link

This will fix there error you get with lib/firebase-config.ts when doing:

const auth = initializeAuth(app, {
persistence: getReactNativePersistence(ReactNativeAsyncStorage),
});

Solution found:
https://stackoverflow.com/a/77021337/4576769
https://youtu.be/65xV2wnG1gk?t=104

This will fix there error you get with `lib/firebase-config.ts` when doing:

const auth = initializeAuth(app, {
  persistence: getReactNativePersistence(ReactNativeAsyncStorage),
});

Solution found:
https://stackoverflow.com/a/77021337/4576769
https://youtu.be/65xV2wnG1gk?t=104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant