HOME > Development > Xamarin Firebase- Authentication and Firestore for Xamarin

Xamarin Firebase- Authentication and Firestore for Xamarin

  • Development
  • May 09, 2025
SynopsisXamarin & Firebase: Authentication and Firestore for Xama...
Xamarin Firebase- Authentication and Firestore for  No.1

Xamarin & Firebase: Authentication and Firestore for Xamarin, available at $54.99, has an average rating of 3.8, with 41 lectures, based on 135 reviews, and has 714 subscribers.

You will learn about Source Control Basics with Git and GitHub Xamarin Forms Basics (XAML for UI Definition and C# for Code Behind Logic Using the MVVM Pattern in Xamarin Forms Apps Using Dependency Services in Xamarin Forms Apps Implement Firebase Authentication through Dependency Services Use Cloud Firestore databases in Xamarin Forms Mobile DevOps with App Center (Continous Integration and Continuous Delivery) This course is ideal for individuals who are Xamarin Forms developers who want to implement Firebase authentication and Cloud Firestore in their apps or Mobile Developers who want to get started with Xamarin and learn about Github, Firebase and Mobile DevOps in the process or Anyone looking to start a Mobile Developer career and wants to learn the basics of it all (source control, databases, auth, and DevOps) It is particularly useful for Xamarin Forms developers who want to implement Firebase authentication and Cloud Firestore in their apps or Mobile Developers who want to get started with Xamarin and learn about Github, Firebase and Mobile DevOps in the process or Anyone looking to start a Mobile Developer career and wants to learn the basics of it all (source control, databases, auth, and DevOps).

Enroll now: Xamarin & Firebase: Authentication and Firestore for Xamarin

Summary

Title: Xamarin & Firebase: Authentication and Firestore for Xamarin

Price: $54.99

Average Rating: 3.8

Number of Lectures: 41

Number of Published Lectures: 41

Number of Curriculum Items: 41

Number of Published Curriculum Objects: 41

Original Price: $24.99

Quality Status: approved

Status: Live

What You Will Learn

  • Source Control Basics with Git and GitHub
  • Xamarin Forms Basics (XAML for UI Definition and C# for Code Behind Logic
  • Using the MVVM Pattern in Xamarin Forms Apps
  • Using Dependency Services in Xamarin Forms Apps
  • Implement Firebase Authentication through Dependency Services
  • Use Cloud Firestore databases in Xamarin Forms
  • Mobile DevOps with App Center (Continous Integration and Continuous Delivery)
  • Who Should Attend

  • Xamarin Forms developers who want to implement Firebase authentication and Cloud Firestore in their apps
  • Mobile Developers who want to get started with Xamarin and learn about Github, Firebase and Mobile DevOps in the process
  • Anyone looking to start a Mobile Developer career and wants to learn the basics of it all (source control, databases, auth, and DevOps)
  • Target Audiences

  • Xamarin Forms developers who want to implement Firebase authentication and Cloud Firestore in their apps
  • Mobile Developers who want to get started with Xamarin and learn about Github, Firebase and Mobile DevOps in the process
  • Anyone looking to start a Mobile Developer career and wants to learn the basics of it all (source control, databases, auth, and DevOps)
  • Welcome to the Xamarin & Firebase: Authentication and Firestore for Xamarin course, in which you will learn to Create Android and iOS Apps that use Firebase Authentication and Cloud Firestore Services, and use Mobile DevOps (CI/CD)

    I created this course because Mobile App Development is about so much more than just learning a language or a tool such as Xamarin.

  • It is about working in teams and have source control in your projects

  • Working with authentication services

  • Working with databases

  • It is also about delivering your app to your users, preferably automatically

  • So this course covers all of this and more. In this course, you will learn

    1. The basics of Git & Github for version control

    2. The basics of Xamarin Forms so you create native apps that share C# and XAML code

    3. Powerful Xamarin Forms features such as Data Binding and Dependency Services

      1. Data Binding so that you use the MVVM architectural pattern

      2. Dependency Services so that you implement platform-specific code and use it in the shared code

    4. Firebase authentication for registering and authenticating users with email and passwords

    5. Cloud Firestore for real-time databases in the cloud

    6. The basics of App Center so that you implement Continuous Integration and Continuous Delivery in your development process

      1. CI so that you create automatic —signed— builds of your code when you push new commits to Github

      2. CD so that you distribute the signed builds automatically to your users.

    With 7+ hours of HD video, you will learn the step-by-step process of using each of these tools in your Xamarin development process.

    By the end of this course, you will not only feel more comfortable using Xamarin to develop Android and iOS apps, but you will also have a complete arsenal of tools under your belt!

    Don’t waste your time

    Don’t waste your time looking through the entire internet for all the things you need to learn, spending weeks learning a tool just to figure out that there is another tool to learn. This course is designed to be self-contained so that everything that you need to know about developing Xamarin applications is here.

    Why you should pick this course among many others?

    This course is unique in the way that it covers so many tools individually. Sure if you watch the entire course you will learn all of them, but if right now you only want to learn one, you can do that too! And when you are ready to learn another tool, there is no need for you to go looking for another course, this one already covers it! Learn how to use Git and GitHub with your Xamarin apps, then how to create powerful Xamarin Forms apps with MVVM, then how to use Firebase Authentication, then how to use Cloud Firestore databases, and finally how to use Mobile DevOps with App Center, or one topic at the time!It is all in here.

    By the way, I’m so confident that you’ll learn so much in this course that I offer a FULL money-back guarantee for 30 days! So it’s a complete no-brainer, sign up today with ZERO risks.

    See you inside!

    Course Curriculum

    Chapter 1: Source Control with Git & Github Basics

    Lecture 1: Welcome!

    Lecture 2: Initializing a Local Repository

    Lecture 3: Commiting Changes to the Local Repository

    Lecture 4: Working with Branches: Adding, Switching and Merging

    Lecture 5: Remote Repositories with GitHub

    Chapter 2: Xamarin Basics and the MVVM Pattern

    Lecture 1: Introduction to Xamarin: How to Get the Tools and What You Will Need.

    Lecture 2: Installing the Xamarin Tools on Mac

    Lecture 3: Installing the Xamarin Tools on Windows

    Lecture 4: The Source code for this Section (available on Github)

    Lecture 5: Creating a New Xamarin Project on Visual Studio 2019 (Windows & Mac)

    Lecture 6: Introduction to XAML: The Language to Define the UI

    Lecture 7: Code Behind: Using C# to Code the Logic for the Application

    Lecture 8: Data Binding: Powerful XAML Feature to Enable MVVM

    Lecture 9: The INotifyPropertyChanged Interface: Enabling View-ViewModel Communication

    Lecture 10: The ObservableCollection<T> Class: The Ideal List for MVVM

    Lecture 11: The ICommand Interface: How to React to User Interaction in MVVM

    Chapter 3: Authentication with Firebase

    Lecture 1: The Register & Login User Interface

    Lecture 2: Configuring our iOS App to use Firebase

    Lecture 3: Configuring our Android App to use Firebase

    Lecture 4: An Interface to Enable Dependency Services for Multiplatform Firebase Code

    Lecture 5: The Android-Specific Implementation of Firebase Authentication

    Lecture 6: The iOS-Specific Implementation of Firebase Authentication

    Lecture 7: Using the Platform-Specific Implementation in Shared Code

    Chapter 4: Cloud Firestore Databases

    Lecture 1: The Apps Navigation: Adding the List and the Add New Page

    Lecture 2: Cloud Firestore Setup & Dependency Services Interface

    Lecture 3: Inserting to the Cloud Firestore Database (Adding Documents to the Collection)

    Lecture 4: Testing the Insert Functionality on Android and iOS Devices

    Lecture 5: Creating a ListView to List the Subscriptions

    Lecture 6: The iOS Implementation for Reading Cloud Firestore Documents

    Lecture 7: The Android Implementation for Reading Cloud Firestore Documents

    Lecture 8: Creating and Navigating to a Details Page

    Lecture 9: Updating Cloud Firestore Documents

    Lecture 10: Deleting Cloud Firestore Documents

    Chapter 5: Mobile DevOps with App Center: Continuous Integration and Continuous Delivery

    Lecture 1: Introduction to App Center: A Tool for Mobile DevOps

    Lecture 2: Creating Android and iOS App Center Apps from Github

    Lecture 3: Enabling Automatic Builds (Continuous Integration) in App Center

    Lecture 4: Sign Android Builds to Enable Distribution

    Lecture 5: Sign iOS Builds to Enable Distribution

    Lecture 6: Continuous Delivery to Distribution Groups

    Lecture 7: Installing the Android and iOS Apps on our Users Devices

    Lecture 8: Congratulations!

    Instructors

  • Xamarin Firebase- Authentication and Firestore for  No.2
    Eduardo Rosas
    Xamarin-Certified Mobile Developer, Software Engineer
  • Rating Distribution

  • 1 stars: 4 votes
  • 2 stars: 1 votes
  • 3 stars: 13 votes
  • 4 stars: 36 votes
  • 5 stars: 81 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!