Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theindianappguy committed Apr 28, 2020
1 parent bd936ca commit 8a9694c
Showing 1 changed file with 40 additions and 11 deletions.
51 changes: 40 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
![rest_app](https://user-images.githubusercontent.com/55942632/73445975-edf01d80-4381-11ea-9b8f-3bc57490c93f.png)


<a href="https://twitter.com/Theindianappguy">
<img src="https://img.shields.io/github/stars/theindianappguy/rest_app?style=for-the-badge" alt="Total downloads on GitHub." /></a>
<a href="https://www.linkedin.com/in/lamsanskar/">
<img src="https://img.shields.io/badge/Support-Recommed%2FEndorse%20me%20on%20Linkedin-blue?style=for-the-badge&logo=linkedin" alt="Recommend me on LinkedIn" /></a>

# Rest App, with Firebase Auth + SplashScreen

UI created getting inspired from one share on dribble with flutter, after getting amazing responce, Added Firebase Authentication
Expand All @@ -15,7 +9,7 @@ To use just connect to firebase, All the things are done just add the googleserv
Do ⭐ the repo it really motivates me to share more open source

## Setup Process in Two Steps
## 1. Connect with Firebase Android
1. Connect with Firebase Android
So for this first login to the firebase create a project and then > Project Overview then enter the "Package Name" for this project it is com.theindianappguy.rest_app

<img width="584" alt="Screenshot 2020-02-04 at 1 14 47 PM" src="https://user-images.githubusercontent.com/55942632/73725813-30d03d80-4754-11ea-80d5-0478aca43857.png">
Expand All @@ -26,19 +20,54 @@ So for this first login to the firebase create a project and then > Project Over

#### Next > Next > Skip this step

## 2. Connect with Firebase IOS
2. Connect with Firebase IOS
Open any file inside the ios directory in the main project then there will be option to open it in xcode at the top right hand corner , or you can just open the ios directory with Xcode
then open the runner and there will be the "Bundle Id" copy that and

<img width="617" alt="Screenshot 2020-02-04 at 1 45 34 PM" src="https://user-images.githubusercontent.com/55942632/73726023-a5a37780-4754-11ea-8afa-c7b6f7442ff1.png">

#### Register app >
Register app >

<img width="687" alt="Screenshot 2020-02-04 at 1 49 02 PM" src="https://user-images.githubusercontent.com/55942632/73726261-24001980-4755-11ea-8b0e-c704cfdb67d0.png">

#### Next > Next > Skip this step
Next > Next > Skip this step

Facing Problems? contact me at [LinkedIn](https://www.linkedin.com/in/lamsanskar/) i am always happy to help;

Don't forget to star ⭐ the repo 😉, it's FREE.
## Installation

```
flutter pub get
```
Usage

```
flutter run
```

### Created & Maintained By

[Sanskar Tiwari](https://github.com/theindianappguy) ([@theindianappguy](https://twitter.com/Theindianappguy)) ([YouTube](https://www.youtube.com/c/SanskarTiwari))

> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:
>
> - [PayPal](https://paypal.me/iamsanskartiwari)

### License

Copyright 2020 Sanskar Tiwari

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


0 comments on commit 8a9694c

Please sign in to comment.