Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
theindianappguy committed Feb 8, 2020
2 parents 7357a58 + 235f9a8 commit 75c14d0
Showing 1 changed file with 32 additions and 15 deletions.
47 changes: 32 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
![rest_app](https://user-images.githubusercontent.com/55942632/73445975-edf01d80-4381-11ea-9b8f-3bc57490c93f.png)

# Authentication + Splash Screen (Android) Flutter UI
# Rest App, with Firebase Auth + SplashScreen

UI created getting inspired from one share on dribble with flutter
UI created getting inspired from one share on dribble with flutter, after getting amazing responce, Added Firebase Authentication

To use just connect to firebase, All the things are done just add the googleservice.json file and ios GoogleService-Info.plish and you are done.

Do ⭐ the repo it really motivates me to share more open source

## Setup Process in Two Steps
## 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">

#### Next >

<img width="682" alt="Screenshot 2020-02-04 at 1 15 03 PM" src="https://user-images.githubusercontent.com/55942632/73725873-578e7400-4754-11ea-8b95-44bcbf6370f6.png">

#### Next > Next > Skip this step

## 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 >

<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

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

## Show Support
* [Recommend Me On LinkedIn](https://www.linkedin.com/in/lamsanskar/) - I will realy Appriciate this
Expand All @@ -14,16 +44,3 @@ UI created getting inspired from one share on dribble with flutter

## Join Us
* [Join Our Facebook Group](https://www.facebook.com/groups/519517995532897/) - I share a lot of value in it

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit 75c14d0

Please sign in to comment.