Getting started with Firebase on Android

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • In this video, Developer Relations Engineer Marina Coelho will show step by step how to start using Firebase services in an Android application.
    Chapters:
    00:00 - Introduction
    00:27 - Prerequisites
    01:38 - What is a Firebase project?
    03:07 - Create a Firebase project
    05:33 - Create an Android app
    08:19 - Prepare the codebase
    09:56 - Confirm the installation worked
    10:19 - Add basic Analytics calls
    11:16 - What’s next?
    Resources:
    Firebase for Android documentation → goo.gle/2ztXhKG
    Bill of Materials documentation → goo.gle/3XLdFvO
    How Firebase projects and apps work → goo.gle/3IHc0DG
    Create your Firebase project from Android Studio → goo.gle/41jTZSP
    Configure DebugView for Analytics events → goo.gle/41tSXUr
    Catch more Firebase Fundamentals → goo.gle/Firebase-Fundamentals
    Subscribe to Firebase → goo.gle/Firebase
    #FirebaseFundamentals
  • Наука та технологія

КОМЕНТАРІ • 24

  • @Firebase
    @Firebase  Рік тому +10

    Subscribe for the latest → goo.gle/Firebase

  • @fishionboy9911
    @fishionboy9911 Рік тому +14

    As a newbie, I really appreciate this kind of videos

  • @BSEss
    @BSEss Рік тому +2

    Hey! You need to make a separate video playlist and documentation for integrating firebase projects with Flutter projects. There are a few differences worth noting.

  • @CrookedHandsGames
    @CrookedHandsGames 5 місяців тому +1

    Please help me, I created new events but cannot see them on the graph and in the list Existing events

  • @edoris9021
    @edoris9021 6 місяців тому

    do If using expo tools, do we need all this stuff?

  • @brijeshjaggi4579
    @brijeshjaggi4579 Рік тому

    so cool, where is the logging project that was shown in the video

  • @hawarhekmat1174
    @hawarhekmat1174 Рік тому

    So helpful 👍

  • @thewanderer8639
    @thewanderer8639 Рік тому +2

    Any suggestion for unit testing firestore? (Not the security rules, actual unit testing)

  • @juanmacias5922
    @juanmacias5922 Рік тому +1

    I'm so happy I don't have to go through this process for Flutter anymore lol

  • @kaizoku8683
    @kaizoku8683 7 місяців тому +1

    i followed eveery step of the tutorial still its just not working for some reason i get firebase initialised in logcat but after clicking the button nothing happens both in logcat and firebase console. Did i do something wrong? Help if you can please

    • @ZoyaKhan-mq1qo
      @ZoyaKhan-mq1qo 4 місяці тому

      Hey the same things are happening with me. Did you get it fixed? Please help me

    • @kaizoku8683
      @kaizoku8683 4 місяці тому +1

      @@ZoyaKhan-mq1qo not really but cause I asked chat gpt to fix the errors and somehow it did but try with new project also there was a firebase config file that needed to add in the project directory somewhere

    • @ZoyaKhan-mq1qo
      @ZoyaKhan-mq1qo 4 місяці тому

      @@kaizoku8683 thank you for replying. I was really frustrated working with the same thing for like a week but nothing worked for me. I'll try chatgpt now

  • @thencode8403
    @thencode8403 Рік тому

    Awesome

  • @Boss-cr1ky
    @Boss-cr1ky Рік тому

    hilt dependency not working

  • @partouelectric2353
    @partouelectric2353 Рік тому

    Hello Firebase. Thanks for the great Database. Have you made a tutorial on IOT applications? I am developing a web App to control my ESP32 through Wifi. I am having a difficult time doing so. I will eventually have more than 100 clients. All clients will use the same web app with their own UID. Please teach me how to set up the Firebase to control my hardware. Thanks

  • @Cubas1111
    @Cubas1111 4 місяці тому

    quick and simple example? Saint Google heeelp!

  • @pakdesardi7880
    @pakdesardi7880 11 місяців тому

    Selamat.malem.maf.tolo.
    Kita.gak.begitu.paham

  • @Dad4_Service
    @Dad4_Service 4 місяці тому

    After adding the plugins {} block to build gradle i get this error
    Plugin [id 'com.google.gms.google-services', version: '4.4.1', apply: false] was not found in any of the following sources
    Everything tells me to remove the plugins {} block and it will work. But why does firebase direct me to add it if it's not needed?

  • @soma7891
    @soma7891 Рік тому +1

    Firestore is better

  • @franciscozurisaddaimeneses3578

    A problem occurred configuring root project 'android'.
    > Could not resolve all files for configuration ':classpath'.
    > Could not find com.google.gms.google-services:4.3.15:.
    What did I do wrong?

    • @user-yp7si3uw2n
      @user-yp7si3uw2n Рік тому

      Replace "com.google.gms.google-services:4.3.15" with "com.google.gms:google-services:4.3.15"