You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In the Firebase console, in the settings of your Android app, add your SHA-1 key by clicking "Add Fingerprint".
134
-
* Follow instructions to download google-services.json
135
-
* place `google-services.json` into `/android/app/`.
136
-
137
-
5. (skip if not running on iOS)
138
-
139
-
* Create an app within your Firebase instance for iOS, with your app package name
140
-
* Follow instructions to download GoogleService-Info.plist
141
-
* Open XCode, right click the Runner folder, select the "Add Files to 'Runner'" menu, and select the GoogleService-Info.plist file to add it to /ios/Runner in XCode
142
-
* Open /ios/Runner/Info.plist in a text editor. Locate the CFBundleURLSchemes key. The second item in the array value of this key is specific to the Firebase instance. Replace it with the value for REVERSED_CLIENT_ID from GoogleService-Info.plist
143
-
144
-
</details>
145
-
93
+
## Getting started
94
+
* Project setup instructions are given at [Wiki](https://github.com/TheAlphamerc/flutter_twitter_clone/wiki/Gettings-Started) section.
0 commit comments