react-native-firestack
react-native-firestack copied to clipboard
Invalid API Key | iOS Authentication
firestack.auth.createUserWithEmail('[email protected]', '123456')
.then((user) => {
console.log('user created', user)
})
.catch((err) => {
console.error('An error occurred', err);
})
The code above throws an error showed in image below. I followed every step on installation.
