TF-1205: remove android:hardwareAccelerated
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
## Configuration for App Grid
|
||||
## Configuration for FCM
|
||||
|
||||
### Context
|
||||
- Team Mail using FCM service
|
||||
- User need config env for FCM service
|
||||
- Now only support to Android
|
||||
### How to config
|
||||
|
||||
1.Add environment of FCM service in [env.fcm](https://github.com/linagora/tmail-flutter/blob/master/configurations/env.fcm)
|
||||
```
|
||||
FIREBASE_ANDROID_API_KEY=abc
|
||||
@@ -15,3 +14,7 @@ FIREBASE_ANDROID_PROJECT_ID=abc
|
||||
FIREBASE_ANDROID_DATABASE_URL=https://abc.app
|
||||
FIREBASE_ANDROID_STORAGE_BUCKET=abc.com
|
||||
```
|
||||
2. Active field FCM_AVAILABLE in [env.file](https://github.com/linagora/tmail-flutter/blob/master/env.file)
|
||||
```
|
||||
FCM_AVAILABLE=supported
|
||||
```
|
||||
Reference in New Issue
Block a user