Skip to content
Snippets Groups Projects
Commit 075bbcd9 authored by Himali Aryal's avatar Himali Aryal
Browse files

readme update

parent 313c6345
Branches
No related tags found
1 merge request!7Readme update
...@@ -26,18 +26,21 @@ Open cloned directory with Android Studio and it'll notify you to run `Packages ...@@ -26,18 +26,21 @@ Open cloned directory with Android Studio and it'll notify you to run `Packages
This app uses various features of Firebase, including [Firebase Authentication](https://firebase.google.com/docs/auth/), [Firebase Realtime Database](https://firebase.flutter.dev/docs/database/overview/), [Cloud Firestore](https://firebase.google.com/docs/firestore/). If Firebase is not set up, you *can* still build the app, but you won't be able to save the data, see the first screen. This app uses various features of Firebase, including [Firebase Authentication](https://firebase.google.com/docs/auth/), [Firebase Realtime Database](https://firebase.flutter.dev/docs/database/overview/), [Cloud Firestore](https://firebase.google.com/docs/firestore/). If Firebase is not set up, you *can* still build the app, but you won't be able to save the data, see the first screen.
#### (1) Create Firebase project #### (1) Create Firebase project
First, you have to create a new project in [Firebase Console](https://console.firebase.google.com/). Click on the *Create a project*. First, you have to create a new project in [Firebase Console](https://console.firebase.google.com/). Click on the *Create a project*
**Image here**
![IMAGE_DESCRIPTION](./images/screenshot/slide_1.jpg) ![Firebase console](./images/screenshot/firebase%20console.png)
Set a project name (or it can be anything else) Set a project name (or it can be anything else) and creat a project.
**Image here** **Image here**
![Set a project name](./images/screenshot/Project_name.png)
Go into your newly created project. Click **Android** button: Go into your newly created project. Click **Android** button:
**Image here**
![Select android for android project setup](./images/screenshot/select_android.png)
Register your app in the firebase console. Register your app in the firebase console.
...@@ -45,6 +48,9 @@ Register your app in the firebase console. ...@@ -45,6 +48,9 @@ Register your app in the firebase console.
Go to the *android>app>build.gradle* and copy the *applicationID* and use that to register the app. Go to the *android>app>build.gradle* and copy the *applicationID* and use that to register the app.
![Add firebase to your app](./images/screenshot/Add_firebase_to_app.png)
Download the config file and put in the *android>app>* along with *build.gradle* file. Download the config file and put in the *android>app>* along with *build.gradle* file.
...@@ -53,9 +59,10 @@ Download the config file and put in the *android>app>* along with *build.gradle* ...@@ -53,9 +59,10 @@ Download the config file and put in the *android>app>* along with *build.gradle*
Then Click on **Next** Then Click on **Next**
Flutter app is connect with the firebase console. Flutter app is now connected with the firebase.
You can see the realtime database on the left side of the firebase console page. Once you save the data to the database, the result will be reflected in the database. You can see the realtime database on the left side of the firebase console page. Once you save the data to the database, the result will be reflected in the database.
![Data on the realtime firebase database](./images/screenshot/Data_on_realtime_database.png)
\ No newline at end of file
images/screenshot/Add_firebase_to_app.png

238 KiB

images/screenshot/Data_on_realtime_database.png

126 KiB

images/screenshot/Project_name.png

210 KiB

images/screenshot/firebase console.png

62.9 KiB

images/screenshot/select_android.png

217 KiB

images/screenshot/slide_1.jpg

130 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment