I followed the whole process but am getting an error saying that the action failed, and when I create a pull request from the branch that I wrote this action on, pull request shows that "backup.yaml" is empty?
FYI they changed the step syntax for line 24 in the backup.yaml. Before: uses: GoogleCloudPlatform/github-actions/setup-gcloud@master After: uses: google-github-actions/setup-gcloud@master
Good Morning, This was very helpful for me, one question, does this backup work for storage documents?
How do you backup Firebase storage? All files in the storage folders I'd like to backup just in case they get removed.
Can be a backup storage file also by using the same command.
great video!
wow, you are so great , amazing i subscribe~~~
what is the format of the generated bakupt..?
hi bro, thanks for creating great tutorial.
i have a question, how to create a development and production firestore database?
You just create two separate firebase projects and then link them depending on your branch. Usually with the env. variables
do you know which kind of secret you should create in the newer version of github?
any result?
Hi! I followed the tutorial but github isn t creating the workflow. I dont know if i did something wrong with the yaml file
I followed the whole process but am getting an error saying that the action failed, and when I create a pull request from the branch that I wrote this action on, pull request shows that "backup.yaml" is empty?
FYI they changed the step syntax for line 24 in the backup.yaml.
Before: uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
After: uses: google-github-actions/setup-gcloud@master
both doesn't work got this error! Unable to resolve action `google-github-actions/setup-gcloud@master`, unable to find version `master`
@@ikamy change it to main or v1 so now it becomes:
uses: google-github-actions/setup-gcloud@main
or
uses: google-github-actions/setup-gcloud@v1
@@ikamymaybe try : uses: 'google-github-actions/setup-gcloud@v2'
They renamed the branch to "main from "master"@@ikamy
doesn't work got this error! Unable to resolve action `google-github-actions/setup-gcloud@master`, unable to find version `master`