How to Add Firebase to your Android Project
From the previous article I gave you a brief introduction on Firebase. This article will help you to know how to add Fire base to your Android project.Lets get started . Go to your firebase dashboard for the android project that we created in the last article.You would get a similar interface as below. But this may be changes with time. On the dashboard there is an option to select Add firebase to your Android app.Select it and you will get similar window as given below. Here you will be asked the Android package name which is the package name of your added Android project. Add it there. com.example.user.myandroidapp is my package name and you can get it from MainActivity.java file. Next you will be asked to fill the Debug signing certificate SHA-1 . This is optional but it is good to add it. To add this go to your android studio and click the button Gradle in the top right.You will get a similar window given below.Click signingReport So...
Comments
Post a Comment