You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
[](https://github.com/defold/extension-firebase-analytics/actions)
Defold [native extension](https://www.defold.com/manuals/extensions/) that integrates [Firebase Analytics](https://firebase.google.com/docs/analytics) functionality on Android and iOS.
Copy file name to clipboardExpand all lines: docs/index.md
+39-27Lines changed: 39 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -9,52 +9,64 @@ This extension allows you to interact with Firebase Analytics in a uniform way f
9
9
10
10
11
11
## Installation
12
-
To use this library in your Defold project, add the following URLs to your `game.project` dependencies:
12
+
To use Firabase in your Defold project, add a version of the Firebase extension to your `game.project` dependencies from the list of available [Firebase Releases](https://github.com/defold/extension-firebase/releases) and corresponding [Firebase Config Release](https://github.com/defold/extension-firebase-remoteconfig/releases).
13
+
Find the version you want for both extensions, copy the URLs to ZIP archive of the release and add it to the project dependencies.
Read about [events](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event) and [parameters](https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Param) naming limitations in the official documentation.
69
+
58
70
## Source code
59
71
60
72
The source code is available on [GitHub](https://github.com/defold/extension-firebase-analytics)
0 commit comments