Skip to content

Commit 67923d8

Browse files
Remove persistence
1 parent b8bd1fc commit 67923d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/godot-firebase/functions/functions.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var request : int = -1
3030

3131
## Whether cache files can be used and generated.
3232
## @default true
33-
var persistence_enabled : bool = true
33+
var persistence_enabled : bool = false
3434

3535
## Whether an internet connection can be used.
3636
## @default true

0 commit comments

Comments
 (0)