How to backup Firebase realtime database when the payload is too large (256MB)
1–10 of 11 posts
Re: How to backup Firebase realtime database when the payload is too large (256MB)
#2Re: How to backup Firebase realtime database when the payload is too large (256MB)
#3Re: How to backup Firebase realtime database when the payload is too large (256MB)
#4Also for some reason Cmd+C causes your selection to go away on this site?
Re: How to backup Firebase realtime database when the payload is too large (256MB)
#5Re: How to backup Firebase realtime database when the payload is too large (256MB)
#6I think the backups end up stored in a GCS bucket in your account and can be removed manually or with an object lifecycle.
Re: How to backup Firebase realtime database when the payload is too large (256MB)
#7Re: How to backup Firebase realtime database when the payload is too large (256MB)
#8I think the backups end up stored in a GCS bucket in your account and can be removed manually or with an object lifecycle.
That is correct, but it adds a step and also doesn't give you the freedom of deciding which backups to keep older than 1 month.
Re: How to backup Firebase realtime database when the payload is too large (256MB)
#9I clicked the link to the script at the bottom of the blog post thinking it would be a github link. It downloaded a file with the contents "Please provide your databaseURL." Seems like the script is being executed by the author's web server instead of returning the contents of the file. It was also a (hopefully) friendly reminder to myself to not click random links on the internet without checking where they go.
Re: How to backup Firebase realtime database when the payload is too large (256MB)
#10I think the author has a fundamental misunderstanding of how the built in backups work. The backup likely goes into Google Cloud Storage which is relatively cheap.