An open API service indexing awesome lists of open source software.

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のみ対応)

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


Screenshot