Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jan 18, 2024
1 parent 4980442 commit 8e9187e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function init(self)
print("ERROR:", message.error)
end
end)
firebase.initialize()
end
end
```
Expand Down
8 changes: 0 additions & 8 deletions firebase/api/firebase.script_api
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
When passing this, disable creation of the default Firebase App by specifying firebase.no_auto_init in game.project
Valid keys in the table are api_key, app_id, database_url, messaging_sender_id, project_id, storage_bucket. All values are strings.

return:
- name: success
type: boolean
desc: Indicates if initialisation was successful
- name: error
type: string
desc: Error message if initialisation failed

#*****************************************************************************************************

- name: get_installation_auth_token
Expand Down

0 comments on commit 8e9187e

Please sign in to comment.