This sample will demonstrate how to use Firebase Analytics in a WebView inside an Android or iOS app.
This sample is no longer actively maintained and is left here for reference only.
- Follow the instructions for your chosen platform:
- Enter the web directory (
cd web) and run the following commands:npm install -g firebase-tools- this will install the Firebase CLI.firebase loginfirebase init- Choose 'Hosting' when asked which feature you want to set up.
- Choose the project you set up for your Android or iOS app.
- Accept the defaults for all remaining prompts.
firebase deploy --only hosting- deploy to Firebase hosting.
-
Run either the Android or iOS app.
-
You should see a WebView that looks like this:
-
Clicking on the buttons will produce log output in your running application.
- download google-services.json(obtaining your own Firebase Android config) and move it into /android/app/
- change hostingUrl in file MainActivity.java to your own site URL
- hosting /faw on your own site
- run the Android app
