Deploying to Firebase Hosting from GitHub - Firecasts

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 43

  • @kld0093
    @kld0093 5 лет назад +6

    can you do a similar video but with Github actions?

  • @lindsaymward
    @lindsaymward 8 лет назад

    Thanks David. With a bit of extra searching and adding in commands like ng build --prod, I was able to get my Angular 2 (CLI) app auto-deploying to Firebase Hosting from GitHub :)

  • @AdamBuczynski
    @AdamBuczynski 8 лет назад +9

    Any way to do this without Travis?

    • @williamnarmontas9549
      @williamnarmontas9549 7 лет назад

      Why do you want to avoid Travis?

    • @nykowow
      @nykowow 7 лет назад

      To simplify

    • @tangiblemark
      @tangiblemark 5 лет назад +2

      I was thinking the same. why should I use Travis. I just want to deploy from github to firebase hosting. directly. when I was using AWS S3 instead of firebase hosting, I could simply deploy by using AWS pipeline.

    • @kevalnavadiya5827
      @kevalnavadiya5827 4 года назад +1

      Yes ,
      By using github actions

  • @shajeelafzal
    @shajeelafzal 4 года назад +2

    Is it possible with Github Actions?

  • @swenmeinert3967
    @swenmeinert3967 4 месяца назад

    I watched it twice. You create an empty firebase project locally. Then you put a Travis configuration file in it. Then you put the firebase token into Travis. Then you do 'git push' of something unknown. Where is your code in github? What gets deployed here?

  • @jackcheng5285
    @jackcheng5285 8 лет назад +2

    #AskFirebase how do deploy to firebase hosting from bitbucket? Thanks.

  • @linuslangberg400
    @linuslangberg400 8 лет назад +1

    Fantastic David :)

  • @Badrkhan2016
    @Badrkhan2016 8 лет назад +4

    In my system where i have repository I try this command 'firebase init' this is not working i tried these few comands
    $ sudo apt-get install travis
    $ npm install -g firebase-tools
    $ npm update -g firebase-tools
    $ npm install firebase-init --save
    but nothing get any solution would you like to tell me how I should initialize (firebase init) like you are showing in video.

    • @lundin_matthews
      @lundin_matthews 6 лет назад

      I’m so late to this but you just need to type in “firebase init” hope this helps!

  • @androidfung
    @androidfung 4 года назад +1

    Can we make it a official GitHub Action?

  • @jofftiquez
    @jofftiquez 8 лет назад +6

    If you're not using a "public" ro "client" folder for the public directory, you can just say '/' and it will look for the index.html on the root of the project.

  • @claydotashbydotgmail
    @claydotashbydotgmail 8 лет назад

    You are the best David.
    When will we have a Firebase SF meetup?
    Hopefully on Spear St.

  • @RossRawlins
    @RossRawlins 4 года назад

    Awesome video!

  • @matthcw8745
    @matthcw8745 5 лет назад

    Thanks for the help!

  • @GJevonCov
    @GJevonCov 2 года назад

    anyone know what this means - ? What is the name of the GitHub branch associated with your site's live channel?

  • @Learn_with_cosmos
    @Learn_with_cosmos 7 лет назад

    I have been having issues deploying my angular2 app. Once deployed and I visited the link, it shows just loading.. without my actually contents being displayed. What is the issues with that? Thanks

  • @swish1234567890
    @swish1234567890 4 года назад

    How does this work with a .env file with env variables? And can I specify different env vars for different branches, say master and dev, to push to different hosting?

  • @reneechen2264
    @reneechen2264 7 лет назад +1

    This doesn't work.
    When i type in firebase deploy --token "$FIREBASE_TOKEN"
    it tells me Error: Authentication Error.

  • @TungNguyen-wn7ue
    @TungNguyen-wn7ue 7 лет назад

    I'm doing a firebase deploy, but my local file does not match my served file, how to reload cache ?, thanks

  • @tangiblemark
    @tangiblemark 5 лет назад

    How can I just deploy without building? I have just static web files like HTML, CSS, JS.

  • @jonathanbecerra4819
    @jonathanbecerra4819 8 лет назад

    Awesome Video

  • @kevinliu6002
    @kevinliu6002 4 года назад

    Hi! Could you please show Firebase hosting with Github Actions and AngularDart?

  • @AnenthVishnu
    @AnenthVishnu 7 лет назад +1

    Isn't better to use
    ```
    deploy:
    provider: firebase
    token:
    secure: "YOUR ENCRYPTED token"
    ```

  • @mnbvcxzzxcvbnm
    @mnbvcxzzxcvbnm 5 лет назад +1

    I would use Netlify.

  • @walalm
    @walalm 5 лет назад

    Delightful!

  • @estebanpa7923
    @estebanpa7923 5 лет назад

    Y use angularfire2

  • @ragnarrrr1
    @ragnarrrr1 8 лет назад

    which terminal are you using?

    • @plasmatic433
      @plasmatic433 8 лет назад +1

      Doesn't matter works with all operating systens

    • @ragnarrrr1
      @ragnarrrr1 8 лет назад

      I'm just curious. I personally like hyperterm and have used iterm and the default terminal in the past

  • @kevlarkode
    @kevlarkode 3 года назад

    Light theme 🤔

  • @MOHAMMADALSHARAA
    @MOHAMMADALSHARAA 7 лет назад +1

    Dear David, I need your help, I do everything to deploy firebase, with no correct result, please i want to contact you directly or by email, i need your help to solve this problem, I will appreciate if you respond to me

  • @jonathancary
    @jonathancary 6 лет назад

    Here is a great tutorial on using Circle Ci + Jekyll: hyperparticle.com/website-migration/

  • @jerryf196
    @jerryf196 8 лет назад

    developing e commerce app based using gitlab ci