Wednesday, 18 August 2021
Best Software Company In Kanpur
Sunday, 15 August 2021
How To Generate SHA1 Key For Andorid App.
www.indrajeetit.com
There are to ways to generate the sha1 key .It might be using commands in cmd . Second way is by using an android studio .
1.) By Using cmd you need to use this statement :
keytool -list -v -keystore C:\Users\INDRAJEET\.android\debug.keystore -alias androiddebugkey
Note- Replace david with your username of your system.It will produce yout the SHA! key for your Android App.
Another way to create sha1 key is from android studio like this-
- STEP 1 -
Step 2-:
So you have received your sha1 key . Now you can register your app with firebase.
If any issue occurs feel free to contact.Thank you :)
Enjoy.
Happy coding.
Indrajeet chaturvedi
www.indrajeetit.com
+91-7985856963
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 .
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...
-
www.easedev.in hey all ,This is indrajeet . I am an android application developer with 5 year experience .Intially i statrted my app dev...
-
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...
-
How To Generate SHA1 Key For Andorid App. www.indrajeetit.com There are to ways to generate the sha1 key .It might be using commands in cmd ...



