Firebase authentication problem

0

I'm using Firebase for authentication and database of my app, everything was perfectly fine until (I'm going to say exactly what happened because I do not know if it's related or not) I start to tinker with the map that has in the app, trying to implement a PlaceAutocompleteAdapter, then I added that api and restricted access. When I saw the Firebase I had disconnected from the app, then I connected and did as he requested, but when I went to test the authentication he gave this error

BasicNetwork.performRequest: Unexpected response code 403 for

I can write to the DB, only authentication that fails

 FirebaseAuth auth = FirebaseAuth.getInstance;

 //Ao clicar no botão de registrar
 auth.createUserWithEmailAndPassword(email, password){

 }
    
asked by anonymous 23.01.2018 / 06:24

0 answers