react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

A firestack v3 react-native implementation

Results 101 react-native-firestack issues
Sort by recently updated
recently updated
newest added

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...

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 ![image](https://cloud.githubusercontent.com/assets/943576/20231097/4e9eda48-a814-11e6-9c11-824e6c2cf7e2.png)

help wanted

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) >...

bug