Good Morning, This was very helpful for me, one question, does this backup work for storage documents?
@dnamobileapplications88503 жыл бұрын
How do you backup Firebase storage? All files in the storage folders I'd like to backup just in case they get removed.
@pedrorevolorio69603 жыл бұрын
great video!
@jorgedelamora59052 жыл бұрын
Hi! I followed the tutorial but github isn t creating the workflow. I dont know if i did something wrong with the yaml file
@vaibhavrijumishra82494 жыл бұрын
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?
@ShilaChavan206 Жыл бұрын
Can be a backup storage file also by using the same command.
@davidfranke61782 жыл бұрын
do you know which kind of secret you should create in the newer version of github?
@ikamy Жыл бұрын
any result?
@profauzan2 жыл бұрын
hi bro, thanks for creating great tutorial. i have a question, how to create a development and production firestore database?
@SamFromaway2 жыл бұрын
You just create two separate firebase projects and then link them depending on your branch. Usually with the env. variables
@robertc82164 жыл бұрын
what is the format of the generated bakupt..?
@KyouKo-x7g4 жыл бұрын
wow, you are so great , amazing i subscribe~~~
@logcat.3 жыл бұрын
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
@ikamy Жыл бұрын
both doesn't work got this error! Unable to resolve action `google-github-actions/setup-gcloud@master`, unable to find version `master`
@logcat. Жыл бұрын
@@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