ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

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

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

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

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

    Awesome! saved me a lot of time! Thanks!

  • @nicholasc.5944
    @nicholasc.5944 ปีที่แล้ว

    double like brother good tutorial

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

    Thanks, help a lot

  • @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 10 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

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

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

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

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

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

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

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

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

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

      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