Skip to content

Commit

Permalink
Update firebase.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSenff authored Mar 26, 2024
1 parent 3acf871 commit a241962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/godot-firebase/firebase/firebase.gd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _config : Dictionary = {
"clientSecret" : "",
"domainUriPrefix" : "",
"functionsGeoZone" : "",
"cacheLocation":"user://.firebase_cache",
"cacheLocation":"",
"emulators": {
"ports" : {
"authentication" : "",
Expand Down Expand Up @@ -136,7 +136,7 @@ func _setup_modules() -> void:
# -------------

func _printerr(error : String) -> void:
printerr("[Firebase Error] >> "+error)
printerr("[Firebase Error] >> " + error)

func _print(msg : String) -> void:
print("[Firebase] >> "+msg)
print("[Firebase] >> " + str(msg))

0 comments on commit a241962

Please sign in to comment.