Reputation: 21
I just want to link my app to Firebase, Is it possible through IDE( An Integrated Development Environment) android app.
Does IDE support Firebase Phone authentication?
Upvotes: 2
Views: 1347
Reputation: 1606
With Android Studio, you have the inbuilt feature to link your app with the firebase. With other IDE, you need to manually add JSON file (Downloadble from your project in Firebase console) to the project. Please refer Firebase documentation.
There's no relation between IDE and Firebase Phone authentication. In other words, you can develop Firebase Phone authentication through IDE.
Upvotes: 1
Reputation: 2027
Yes we can use.But Android studio IDE is best supports Firebase authentication. refer this link for integrating firebase ana android studio https://firebase.google.com/docs/android/setup
refer this site for information about how to integrate firebase and our application
https://auth0.com/blog/firebase-phone-authentication/
Upvotes: 0