-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running configure throws exception #8
Comments
I just got the same problem. |
And to avoid conflict problem, don't add GoogleService-Info.plist. |
|
Hey guys -- Sorry about the bug. I have been working on a big refactor based on a conversation I had with the Firebase guys. I should have a big update coming. I'll also update the This should be fixed with the latest version |
Update Java database module to simplify reference handling
I'm not an iOS developer so I don't know how to debug this.
Code I'm running:
import Firestack from 'react-native-firestack'
const firestack = new Firestack({
apiKey: '[reducted]',
authDomain: '[reducted].firebaseapp.com',
storageBucket: '[reducted].appspot.com',
databaseURL: 'https://[reducted].firebaseio.com',
});
firestack.configure()
.then(() => console.log("Project configured and ready to boot"));
The text was updated successfully, but these errors were encountered: