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: docs/authentication.md
+47-13Lines changed: 47 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
---
2
+
layout: default
3
+
title: Authentication
4
+
nav_order: 2
5
+
---
6
+
1
7
# Authentication
2
8
3
9
The Firebase Authentication module in **GodotFirebaseAndroid** supports anonymous login, email/password login, Google login, and account management. Each method emits signals to indicate success or failure.
@@ -7,7 +13,7 @@ The Firebase Authentication module in **GodotFirebaseAndroid** supports anonymou
7
13
-`auth_success(current_user_data: Dictionary)`
8
14
Emitted when a user successfully signs in. The dictionary contains user information such as UID, email, etc.
Copy file name to clipboardExpand all lines: docs/firestore.md
+27-13Lines changed: 27 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,28 @@
1
+
---
2
+
layout: default
3
+
title: Cloud Firestore
4
+
nav_order: 3
5
+
---
6
+
1
7
# Cloud Firestore
2
8
3
9
The Cloud Firestore module in **GodotFirebaseAndroid** supports adding, retrieving, updating, and deleting documents, as well as listening for document changes.
4
10
5
11
## Signals
6
12
7
-
-`write_task_completed(result: Dictionary)`
13
+
-`write_task_completed(result: Dictionary)`
8
14
Emitted after adding or setting a document.
9
15
10
-
-`get_task_completed(result: Dictionary)`
16
+
-`get_task_completed(result: Dictionary)`
11
17
Emitted after retrieving a document or a list of documents.
0 commit comments