react-native-firestack
react-native-firestack copied to clipboard
A firestack v3 react-native implementation
Fixes #256
I'm using react-native-oauth to authenticate with Google and have it return the payload which contains an access_token. That is working fine. I am then using the access_token, to try and...
Hmm
Does this always happen?
Wondering if it is possible given that I've already set up the authentication aspects already directly with firebase...:/ Thanks!
I uninstalled Firestack and now attempted to reinstall. I'm receiving the following error: `/node_modules/react-native-firestack/ios/Firestack/FirestackAuth.h:16:5: Unknown type name 'FIRAuthStateDidChangeListenerHandle'`
FYI, `ref.on('value'....) wasn't working on Android. I have solved it in my [pull request](https://github.com/fullstackreact/react-native-firestack/pull/284).
Getting this on IOS 
The following function : onAuthStateChanged(event: Function): Function is firing for me on debug mode but not on release mode. Not sure exactly why that would happen...It may be an issue...
I have my own authentication method already set up in the project, and I just use analytics with Firestack. I'd like to notify Firebase about which user is sending those...
I am running into following error > ExceptionsManager.js:71 Error: Missing function for promisify. > at index.js:235 > at tryCallTwo (core.js:45) > at doResolve (core.js:200) > at new Promise (core.js:66) >...