1
1
# GodotFirebaseAndroid
2
2
3
- Firebase plugin for Android export in Godot Engine.
3
+ ** GodotFirebaseAndroid** is an Android plugin for the Godot Engine that integrates Firebase services in Godot Android games and apps.
4
+ It supports Godot 4.2+
4
5
5
6
## Features
6
7
@@ -12,48 +13,44 @@ Firebase plugin for Android export in Godot Engine.
12
13
13
14
---
14
15
15
- ## Quick Start
16
+ ## 🚀 Quick Start
16
17
17
- ** Step 1: Install the Plugin**
18
+ ### 1. Install the Plugin
18
19
19
- - Download the latest release from the [ Releases] ( https://github.com/your-repo /releases ) page.
20
+ - Download the latest release from the [ Releases] ( https://github.com/syntaxerror247/GodotFirebaseAndroid /releases ) page.
20
21
21
22
- Unzip and copy the plugin to your project’s ` addons ` folder:
22
23
23
24
```
24
25
your_project/addons/GodotFirebaseAndroid/
25
26
```
26
27
27
- - In Godot, go to ** Project > Project Settings > Plugins** , and enable ** GodotFirebaseAndroid** .
28
+ - In Godot, go to:
29
+ ** Project > Project Settings > Plugins** , and enable ** GodotFirebaseAndroid** .
28
30
29
31
---
30
32
31
- ** Step 2: Add Firebase to Your Project**
33
+ ### 2. Add Firebase to Your Project
32
34
33
- - Open [ Firebase Console] ( https://console.firebase.google.com )
35
+ - Visit [ Firebase Console] ( https://console.firebase.google.com )
34
36
- Create a Firebase project and register your Android app.
35
- - Enable the required services (e.g., Authentication, Firestore).
36
- - Download the ` google-services.json ` file.
37
- - Place it in:
37
+ - Enable required services (e.g., Authentication, Firestore).
38
+ - Download the ` google-services.json ` file and place it in:
38
39
39
40
```
40
41
android/build/google-services.json
41
42
```
42
43
43
44
---
44
45
45
- ** Step 3: Enable Gradle Build for Android Export**
46
+ ### 3. Enable Gradle Build for Android Export
46
47
47
- - In Godot:
48
- ** Project > Export > Android > gradle/use_gradle_build** : ✅
48
+ In Godot, go to:
49
49
50
- ---
51
-
52
- ## Build Notes
50
+ ** Project > Export > Android > gradle/use\_ gradle\_ build** and enable it ✅
53
51
54
- This plugin automatically modifies ` build.gradle ` and ` settings.gradle ` at export time to include the necessary Firebase dependencies.
52
+ ---
55
53
56
- Make sure:
54
+ ## 📚 Documentation
57
55
58
- - Gradle build is enabled before exporting.
59
- - ` google-services.json ` exists in ` android/build/ ` before export.
56
+ Full documentation is available at: https://syntaxerror247.github.io/GodotFirebaseAndroid
0 commit comments