This is an example project for Firebase integration using flutter.

Overview

Flutter Firebase Integration Example Project

In this video we have shown how to create #Firebase app from firebase console and integrate that into #Flutter android app including SHA-1 code taking process. It is very easy to integrate firebase services in flutter like Realtime Database, Google Auth, Analytics and Crash report. After integration we have shown basic database operation with Firebase #RealtimeDatabase.

Youtube Video:

https://youtu.be/m1vai7WrFBA

Flutter Firebase

Tools & Environment

OS: Windows 10
IDE: Android Studio Arctic Fox 2020.3.1
Flutter: 2.5.2 & Dart: 2.14.3

Timestamps:

00:00 Intro
00:08 Expected Output
01:32 Source code at GitHub
02:07 Main Tutorial
04:52 SHA-1 Code collection
13:13 Final output

Use following kotlin version at build.gradle file for avoiding compilation error

ext.kotlin_version = '1.4.32'

Following code need to add at the end of settings.gradle file for fixing plugins loading error.

def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

def plugins = new Properties()
def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins')
if (pluginsFile.exists()) {
pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) }
}

plugins.each { name, path ->
def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile()
include ":$name"
project(":$name").projectDir = pluginDirectory
}

Please Subscribe to our YouTube channel and follow us on social medias.

Other Social Media

Website: https://fluttertutorial.net
Reddit: https://fluttertutorial.net/s/reddit
Facebook: https://fluttertutorial.net/s/facebook
GitHub: https://fluttertutorial.net/s/github
Twitter: https://fluttertutorial.net/s/twitter
Quora: https://fluttertutorial.net/s/quora


Please give star our GitHub projects and Subscribe to our YouTube Channel for latest video tutorial that will inspire us for more advanced tutorial.

#flutter
#flutter_ui
#flutter_tutorial_net

You might also like...

A basic implementation of the robot testing pattern for integration/e2e tests

robot A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Dec 13, 2021

Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.

Playground for Dart Simple examples that help you get started with Appwrite + Dart (= ❤️ ) This is Appwrite server side integration with Dart. For Flu

Nov 22, 2022

A Stripe Platform Example With Flutter, Firebase And StripeConnectAPI

A Stripe Platform Example With Flutter, Firebase And StripeConnectAPI

Stripe-Platform-Example Flutter × Firebase × StripeConnectAPI を用いたプラットフォーム型サービスのサンプルアプリです。 ログイン 商品一覧 アカウント   機能 ユーザーの登録 クレジットカード情報の登録・削除 本人確認 決済 解説記事

Dec 16, 2022

Rename Flutter Project Bundle ID Plugin with Firebase Project Support

About (Null-Safety) It helps you to change your flutter project's AppName and BundleId for different platforms, currently only available for IOS, Andr

Nov 12, 2021

An example To-Do project for app-write

An example To-Do project for app-write

Todo Appwrite I recently came to know about appwrite and wanted try it out. I saw some todo examples but couldn't find any example for flutter, sooo..

Oct 22, 2022

An example project to demonstrate how moor can be used on multiple platforms

An example project to demonstrate how moor can be used on multiple platforms

moor_shared An example project to demonstrate how moor can be used on multiple p

Dec 28, 2021

Shop Project using Firebase

vunh_shop A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Oct 31, 2021

A flutter todo/task listing example app with advance state management using `Momentum` library.

A flutter todo/task listing example app with advance state management using `Momentum` library.

A flutter todo/task listing example app with advanced state management using Momentum library. Simple on the outside but powerful in the inside. This

Oct 11, 2022

Cloth Shop it's an example using Flutter for Android and iOS.

Cloth Shop it's an example using Flutter for Android and iOS.

Cloth Shop - Flutter Cloth Shop it's an example using Flutter for Android and iOS. About This repository serves the source code for the Ecommers sampl

Oct 4, 2022
Owner
Flutter Tutorial
Official repository of fluttertutorial.net
Flutter Tutorial
Studying Flutter and Firebase integration

Eventsapp Generated by the Very Good CLI ?? A Very Good Project created by Very

Felipe Gonçalves dos Reis 0 Dec 17, 2021
Sample app to demonstrate the integration and working of Dyte SDK for mobile, using Flutter.

Flutter Sample App by dyte Sample App to demonstrate Dyte SDK in flutter Explore the docs » View Demo · Report Bug · Request Feature Table of Contents

Dyte 12 Jan 1, 2023
Example app using Flutter and Firebase

Flutter Example App Example app with Flutter that uses Firebase Base project made with much ❤️ . Contains CRUD, patterns, and much more! Report bug ·

Allan Avelar 6 Nov 6, 2022
Flutter example project to run Solidity smart contracts using web3Dart library

Fluthereum Description Flutter example project to run Solidity smart contracts using web3Dart library Dependencies web3dart: A dart library that conne

Marcos Carlomagno 72 Dec 27, 2022
This is a Yoga app made in Flutter. This is an integration of a model that i found on https://www.uistore.design.

Yoguha A Flutter project made with Firebase that helps you for your next Yoga sessions. It contains : An authentication system A timer Some relaxing p

Scythe 2 Feb 1, 2022
Full Feature Todos Flutter Mobile app with fireStore integration.

IONICFIREBASEAPP DOWNLOAD TODO APP Marketplace for Mobile app and Backend that developed on leading Enterprise Technologies with as well as with your

Ionicfirebaseapp 138 Nov 4, 2022
Paytm integration with flutter

pe_paytm A new Flutter package project is created by Harsh Tyagi ([email protected]) and Harsh Agrawal([email protected]). #For Demo Gett

Harsh Tyagi 8 May 11, 2022
Zaincash payment gateway integration for flutter

zaincash_flutter A none offical Zaincash payment gateway integration for flutter INSTALL in your project terminal enter dart pub add zaincash USE F

Karrar S. Honi 1 May 20, 2022
Plugin with native integration for WebSocket.

NOTE: This repository is no longer maintained by ENGAPP. It was moved to be maintained by Kunlatek on the following link: https://github.com/kunlatek/

EngApp 35 Sep 22, 2022