Skip to content

Commit 8e9187e

Browse files
committed
docs fixes
1 parent 4980442 commit 8e9187e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ function init(self)
105105
print("ERROR:", message.error)
106106
end
107107
end)
108+
firebase.initialize()
108109
end
109110
end
110111
```

firebase/api/firebase.script_api

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
When passing this, disable creation of the default Firebase App by specifying firebase.no_auto_init in game.project
1818
Valid keys in the table are api_key, app_id, database_url, messaging_sender_id, project_id, storage_bucket. All values are strings.
1919

20-
return:
21-
- name: success
22-
type: boolean
23-
desc: Indicates if initialisation was successful
24-
- name: error
25-
type: string
26-
desc: Error message if initialisation failed
27-
2820
#*****************************************************************************************************
2921

3022
- name: get_installation_auth_token

0 commit comments

Comments
 (0)