Developer Adam

Results 6 comments of Developer Adam
trafficstars

Having the same problem in React, worked fine for Vue however.

I am running Vue 3, Pinia, Firebase 9, Cap 4, can get registering all good, signing in all good with email and google using some plugins. But ANYTHING I do...

> When I use the if (Capacitor.isNativePlatform()) { auth = initializeAuth(getApp(), { persistence: indexedDBLocalPersistence }); } else { auth = getAuth(); } return auth; The auth on Capacitor looks totally...

This is a console log from Safari about this issue.

> Yes and have added the url value from the GoogleService-Info Also just to help with information singing in with email and password works okay, it's just the google authentication...

> Yep followed setup instructions and added that.