Skip to content

Commit bf193ed

Browse files
authored
📝 Update readme.md
Move getting started section to the wiki section
1 parent f738195 commit bf193ed

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

README.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -90,59 +90,8 @@ Content Prefrences Page | Display Setting Page | Data Settings Page
9090

9191

9292

93-
## Getting started
94-
<details>
95-
<summary> Click to expand </summary>
96-
97-
#### 1. [Setup Flutter](https://flutter.dev/docs/get-started/install)
98-
99-
#### 2. Clone the repo
100-
101-
```sh
102-
$ git https://github.com/TheAlphamerc/flutter_twitter_clone.git
103-
$ cd flutter_twitter_clone/
104-
```
105-
106-
#### 3. Setup the firebase app
107-
108-
1. You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com.
109-
2. Once your Firebase instance is created, you'll need to enable Google authentication.
110-
111-
* Go to the Firebase Console for your new instance.
112-
* Click "Authentication" in the left-hand menu
113-
* Click the "sign-in method" tab
114-
* Click "Google" and enable it
115-
* Click "Email/Password" and enable it
116-
117-
3. Enable the Firebase Database
118-
* Go to the Firebase Console
119-
* Click "Database" in the left-hand menu
120-
* Click the Realtime "Create Database" button
121-
* Select "Start in test mode" and "Enable"
122-
123-
4. (skip if not running on Android)
124-
125-
* Create an app within your Firebase instance for Android, with package name com.thealphamerc.flutter_twitter_clone
126-
* Run the following command to get your SHA-1 key:
127-
128-
```
129-
keytool -exportcert -list -v \
130-
-alias androiddebugkey -keystore ~/.android/debug.keystore
131-
```
132-
133-
* 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.
14695

14796
## Directory Structure
14897
<details>

0 commit comments

Comments
 (0)