Skip to content

Instantly share code, notes, and snippets.

View ibhavikmakwana's full-sized avatar
🏠
Working from home

Bhavik Makwana ibhavikmakwana

🏠
Working from home
View GitHub Profile
@slightfoot
slightfoot / main.dart
Last active June 1, 2024 11:10
Firebase Login/Logout Example - by Simon Lightfoot
/*
This example uses the following packages:
firebase_auth: 0.14.0+5
google_sign_in: 4.0.7
provider: 3.1.0+1
Make sure you have setup your project with Firebase by following these instructions:
1. Follow Option 1 instructions here up to Step 3
@ibhavikmakwana
ibhavikmakwana / UpdateFork.md
Last active April 11, 2018 12:55
Use for forked to be updated with the latest Code

Update your fork

  1. git remote add upstream <Remote Repo Url>

  2. git fetch upstream

  3. git checkout master

  4. git rebase upstream/master