Posts

Showing posts from December, 2021

How to download google-services.json file from firebase

Image
 The dear developer google-services.json file for connecting the android project to firebase to various purposes, Let's start... Search firebase.com in any browser ↓ Click on Take me to firebase.com ↓ Click on Get started ↓ Click on Add project ↓ Enter your project name and click on continue ↓ Click on continue ↓ Click on continue ↓ Select default account for firebase in select an account and click on Add firebase ↓ Click on continue ↓ Click on the android symbol ↓ Type package name and click on Register app ↓ Click on Download google-services.json and click next ↓ To see a downloaded google-services.json file How to find si

How to Find signing report SH1 and SH256 in existing android project in android studio

Image
 The dear developer we will follow these steps to find SH1 and SH256  because this is important for function with firebase and other work, Let's start... Create android project How to create an android project in android studio ↓ Click on Gradle on right-up or search Gradle ↓ Click on Tasks ↓ Click on android ↓ Click on signingReport ↓ See below on the Run tab, if you did not see then click on the Run tab ↓ Your project signing report is ready How to add like,dislike button on video in android studio   How to create a new java class in android studio How to create a new Layout Resource File in an existing project in android studio How to create a new activity in an existing project in android studio How to create a custom menu in android studio How to Add video(Part-2) in FirebaseRecyclerAdapter in android studio