Saturday, 7 August 2021

how to setup your android app with firebase.

 www.easedev.in hey all ,This is indrajeet . I am an android application developer with 5 year experience .Intially i statrted my app development using php but with that i was feeling some kind of lazyness in my application while loading data .

Then i think of firebase . I started working on firebase but for using it i need to make a connection between application and the firebase server. Steps i followed were -

1.) Create a SHA-1 key in your android studio .

2.) After creating a key place that key in your firebase section where your are adding your app it will be asking for this key just place it and contine.

{

 something like-

md1-yti-uin-nfi-nen-jei (AlphaNumeric)

}

3.) Next , add dependency shown in firebase in your gradle file and sync your project.

4.) Download google json file provided by firebase .

5.) Place that json file in project - See for a dropdown android / project inside that res  place your json file.

6.) Just build and run your app .

7. ) Connection will be successful and you will see the update on firebase server .

Hope this blog helps you setting up your app with firebase server .  If any query arises you can contact me here -


website - https://www.indrajeetit.com

Contact - +91-7985856963


Thank you .

1 comment:

  1. Hey ! Blogger ,I read your blog .and I say thanks to you for information of firebase add on Android studio.
    Can you provide more information of firebase with Android studio.
    Thanks

    ReplyDelete

Constructor in java

 Hello all this is a video based on Java and the concept is constructor in java.  https://youtu.be/QyBfVPelBQU Hit like and subscribe if you...