Raz
Raz

Reputation: 21

Is AIDE supporting for Firebase?

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

Answers (2)

Sethuraman Srinivasan
Sethuraman Srinivasan

Reputation: 1606

  1. 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.

  2. There's no relation between IDE and Firebase Phone authentication. In other words, you can develop Firebase Phone authentication through IDE.

Upvotes: 1

Venki WAR
Venki WAR

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

Related Questions