Problem with Firebase class on Android

0

Good afternoon I'm trying to import Firebase to my project but I can not make the instance of the class because it can not find the reference, and try to do it with all the steps of the documentation but it does not give me a solution, I hope you can help me thanks.

    
asked by Dac Devs 10.03.2018 в 19:32
source

1 answer

-1

Adding the dependency is enough for you to be able to import the class, but sometimes it is important to synchronize the project with the gradle files:

in this way you can add the import:

import com.firebase.client.Firebase;
    
answered by 12.03.2018 в 19:15