Skip to content

Stack Secrets

Full Stack Tips

  • Flutter
  • Dart
  • .NET Core
  • Django
  • Misc
  • About Us
  • Contact Us

    Setup Firebase For Flutter Apps

    • March 14, 2021
    • Manash Dhakal
    Flutter

    In this tutorial, we will setup a project in Firebase for Flutter apps. This is the first part of the series where we are building the functionality in Flutter to allow Google Sign-In in our mobile apps.

    Contents hide
    1 Introduction To Firebase
    2 Steps To Setup Firebase For Flutter Apps

    Introduction To Firebase

    Firebase is a fully managed backend infrastructure for developing mobile applications which is backed by Google. Firebase comes with lots of useful features such as:

    1. Authentication,
    2. Realtime Database,
    3. Machine Learning,
    4. Crashlytics,
    5. In-app Notifications,
    6. In-app Event Reporting,
    7. and much more!

    Steps To Setup Firebase For Flutter Apps

    I. Go to the firebase official website by typing www.firebase.com. Once we are in the official website, click on Get Started.


    II. After clicking, we will enter the console, where we will create the new project by clicking on add project for linking our flutter application.




    III. After clicking add project, provide the name for the project and click continue.


    IV. After providing the name, next menu appears where you can simply uncheck the “Enable Google Analytics for this Project” and press continue.

    V. Your project is ready and you can enter the created project console.

    We have now created a project in Firebase which will be used by our Flutter app.

    Next, we will setup Firebase for both Android and iOS platforms.

    Links:

    Setup Firebase For Android

    Setup Firebase For iOS (coming soon)







    Share this:

    • Click to share on Twitter (Opens in new window)
    • Click to share on Facebook (Opens in new window)

    Tags: firebasefluttergoogle-sign-in

    You may also like...

    • Configure Gitlab To Deploy Flutter App Via CodeMagic

      Configure Gitlab To Deploy Flutter App Via CodeMagic

    • Using Access Token And Refresh Token To Secure Web APIs

      Using Access Token And Refresh Token To Secure Web APIs

    • HangMan Character Picker Design

      Setup HangMan Using CustomPaint Widget

    • Next Setup Firebase For Android Project For Google Sign-In
    • Previous Configure Gitlab To Deploy Flutter App Via CodeMagic

    Stack Secrets © 2023. All Rights Reserved.

    Powered by WordPress. Theme by Alx.

       

      Loading Comments...
       

      You must be logged in to post a comment.