Skip to content

Xamarin.Forms Firebase Integration of CrossGeeks/FirebasePushNotificationPlugin

Notifications You must be signed in to change notification settings

gbadwaik2706/Xamarin-Firebase-Cross-Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin-Firebase-Cross-Architecture

Xamarin.Forms Firebase Integration of CrossGeeks-FirebasePushNotificationPlugin

Screenshot 2021-04-24 at 11 14 03 AM

Libraries App:

  1. CrossGeeks/FirebasePushNotificationPlugin https://github.com/CrossGeeks/FirebasePushNotificationPlugin

  2. Material Library https://github.com/Baseflow/XF-Material-Library

  3. FirebasePushNotificationPlugin https://github.com/CrossGeeks/FirebasePushNotificationPlugin

  4. ACR User Dialogs https://github.com/aritchie/userdialogs

Libraries API:

  1. LINQKit.Core https://www.nuget.org/packages/LINQKit.Core/

  2. Microsoft.EntityFrameworkCore https://www.nuget.org/packages/Microsoft.EntityFrameworkCore

Google Firebase Cloud Messaging setup: Follow Steps from https://github.com/CrossGeeks/FirebasePushNotificationPlugin. Download google-services.json to obtain your Firebase Android config, add it to Xamarin-Android Project and set it's BuildAction to GoogleServiceJson.

Server Side Tables: CREATE TABLE [UsersFcmTokens]( [ID] [bigint] IDENTITY(1,1) NOT NULL, [UserID] [bigint] NULL, [DeviceID] varchar NULL, [Token] varchar NULL);

ServerDb_Token

About

Xamarin.Forms Firebase Integration of CrossGeeks/FirebasePushNotificationPlugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages