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

Invalid API Key | iOS Authentication

Open edencakir opened this issue 9 years ago • 0 comments

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.

simulator screen shot feb 1 2017 12 43 49 pm

edencakir avatar Feb 01 '17 09:02 edencakir