Firebase setup for TFLite model deployment
Firebase setup for TFLite model deployment
Firstly We need an account of firebase to publish and download TFLite model
1. Enter project name:

2. Press on Continue button:

3. Select Account to continue:

4. Press on continue button:

5. Click on Android:

6. Add package name which will get from android/app/build.gradle file then once added package name click on Register button:

7. Download Service json file:

8. Do not add this dependency which is already added in project:

9. Press continue button:

Firebase setup for Remote configuration to enable TFLite model

There are some step for enable remote configuration which are listed below.
1. Press on Remote Config

2. Press on Create Configuration

3. Add field name with its data type and save it:

4. Click on Publish Changes

Last updated
Was this helpful?