https://github.com/nekonenene/back4app_google_auth_flutter
Back4App と Flutter で Google ログインを試した(Androidのみ対応)
https://github.com/nekonenene/back4app_google_auth_flutter
android back4app flutter google-oauth parse
Last synced: about 2 months ago
JSON representation
Back4App と Flutter で Google ログインを試した(Androidのみ対応)
- Host: GitHub
- URL: https://github.com/nekonenene/back4app_google_auth_flutter
- Owner: nekonenene
- Created: 2022-11-07T19:04:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T17:56:59.000Z (over 3 years ago)
- Last Synced: 2025-07-12T18:50:58.500Z (11 months ago)
- Topics: android, back4app, flutter, google-oauth, parse
- Language: C++
- Homepage:
- Size: 762 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# back4app_google_auth_flutter
## Setup
### 1. Clone this repository
### 2. Set environment variables
```sh
cp .env.default .env
```
Set `BACK4APP_APPLICATION_ID` and `BACK4APP_CLIENT_KEY` in `.env`.
(Ref: https://www.back4app.com/docs/react/quickstart )
### 3. Download google-services.json
Download `google-services.json` from Firebase and put it into `android/app` directory.
(Ref: https://firebase.google.com/docs/android/setup)
### 4. Install dependencies
```sh
flutter pub get
```
## Run
```sh
flutter run
```