Creating A Push Notification Server with ASP.NET And Xamarin.Form App With Firebase Push Notification, Refit, And LiteDB - Part 1 (Firebase Configuration)
This is going to be a series of articles, we are going to explain and develop a single Mobile Application and its respective backend that will handle all operations needed. The application is a proximity geolocation alert application that notifies people close on a defined ration specified by the user who published the issue. The mobile app work for Android and IOS and is developed using Xamarin.Forms. What do we you need to make it possible? Visual Studio 2015 or higher Basic knowledge of C# Google Developer Account Apple Developer Account Basic knowledge of Xamarin.form and cross-platform Let's start! In this first article, we are going to focus on the configuration of our application on the Google Firebase Console. First, we are going to create the set up to be able to use Firebase on our Mobile and ASP.NET Backend API. Login to the Firebase Console (https://console.firebase.google.com/) if you don't have an account yet, just create a...