How To Backup Firestore? | Advanced Firebase/Firestore

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 22

  • @m3a2teus
    @m3a2teus ปีที่แล้ว +1

    Good Morning, This was very helpful for me, one question, does this backup work for storage documents?

  • @dnamobileapplications8850
    @dnamobileapplications8850 3 ปีที่แล้ว +1

    How do you backup Firebase storage? All files in the storage folders I'd like to backup just in case they get removed.

  • @ShilaChavan206
    @ShilaChavan206 ปีที่แล้ว

    Can be a backup storage file also by using the same command.

  • @pedrorevolorio6960
    @pedrorevolorio6960 3 ปีที่แล้ว

    great video!

  • @KyouKo-x7g
    @KyouKo-x7g 4 ปีที่แล้ว

    wow, you are so great , amazing i subscribe~~~

  • @robertc8216
    @robertc8216 4 ปีที่แล้ว

    what is the format of the generated bakupt..?

  • @profauzan
    @profauzan 2 ปีที่แล้ว

    hi bro, thanks for creating great tutorial.
    i have a question, how to create a development and production firestore database?

    • @SamFromaway
      @SamFromaway  2 ปีที่แล้ว

      You just create two separate firebase projects and then link them depending on your branch. Usually with the env. variables

  • @davidfranke6178
    @davidfranke6178 2 ปีที่แล้ว

    do you know which kind of secret you should create in the newer version of github?

    • @ikamy
      @ikamy ปีที่แล้ว

      any result?

  • @jorgedelamora5905
    @jorgedelamora5905 2 ปีที่แล้ว

    Hi! I followed the tutorial but github isn t creating the workflow. I dont know if i did something wrong with the yaml file

  • @vaibhavrijumishra8249
    @vaibhavrijumishra8249 4 ปีที่แล้ว

    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?

  • @logcat.
    @logcat. 3 ปีที่แล้ว +1

    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
      @ikamy ปีที่แล้ว

      both doesn't work got this error! Unable to resolve action `google-github-actions/setup-gcloud@master`, unable to find version `master`

    • @logcat.
      @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

    • @faisalhotak8412
      @faisalhotak8412 11 หลายเดือนก่อน

      @@ikamymaybe try : uses: 'google-github-actions/setup-gcloud@v2'

    • @ReedRizzo
      @ReedRizzo 10 หลายเดือนก่อน

      They renamed the branch to "main from "master"@@ikamy

  • @ikamy
    @ikamy ปีที่แล้ว

    doesn't work got this error! Unable to resolve action `google-github-actions/setup-gcloud@master`, unable to find version `master`