Ionic Firebase - File Upload/Transfer to Cloud Storage | Angular

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

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

  • @jeffreyjacob4407
    @jeffreyjacob4407 Год назад

    Thanks, help a lot

  • @chmoth
    @chmoth Год назад

    Awesome! saved me a lot of time! Thanks!

  • @nicholasc.5944
    @nicholasc.5944 Год назад

    double like brother good tutorial

  • @virendersingh5
    @virendersingh5 Год назад

    I was getting NullInjector error. Sorted by adding
    provideStorage(() => {
    const storage = getStorage();
    return storage;
    })
    to App Module file in imports. Posting here to help someone getting the same error.
    Thank you for great tutorials.
    Also, made a chat app using your firebase chat tutorial.

  • @LoVe-iu9rd
    @LoVe-iu9rd Год назад

    Will capacitor will work in PWA direct, and support capacitor-native-settings from PWA installation without ionic. I am using vue3 cli and vuetify 3 .

    • @CodingTechnyks
      @CodingTechnyks  Год назад

      Capacitor native settings is for android and ios not for web, as far as I remember

  • @vetrivelmsc
    @vetrivelmsc Год назад

    your poc is really good and implemented but I am facing the Ionic-Firebase-Authentication runtime exception while integrate the Firebase Authentication using your code. Can you please help on this.

  • @wellisonsilva419
    @wellisonsilva419 Год назад

    Você poderia trazer um vídeo com login pelo Google no Android pelo firebase - ionic

  • @prabhakarrai5481
    @prabhakarrai5481 Год назад

    hello sir am facing error when build the ionic angular project can you help me

  • @amarnathnani3950
    @amarnathnani3950 Год назад

    i need only file upload to avoid camera option in ios and android please let me know

    • @CodingTechnyks
      @CodingTechnyks  Год назад

      If you want to use nodejs for that then check out the other similar video in the channel
      To avoid camera, simply have your file in the same format as required to proceed ahead and rest will be same