You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this tutorial, you add push notifications to the [Android quick start] project so that a push notification is sent to the device every time a record is inserted.
25
26
26
27
If you do not use the downloaded quick start server project, you need the push notification extension package. For more information, see [Work with the .NET backend server SDK for Azure Mobile Apps](app-service-mobile-dotnet-backend-how-to-use-server-sdk.md).
27
28
28
29
## Prerequisites
30
+
29
31
You need the following:
30
32
31
33
* An IDE, depending on your project's back end:
@@ -36,37 +38,47 @@ You need the following:
36
38
* Complete the [Android quick start].
37
39
38
40
## Create a project that supports Firebase Cloud Messaging
Your next step is to install Google Play services. Firebase Cloud Messaging has some minimum API level requirements for development and testing, which the **minSdkVersion** property in the manifest must conform to.
57
65
58
66
If you are testing with an older device, consult [Add Firebase to Your Android Project] to determine how low you can set this value, and set it appropriately.
0 commit comments