Firebase Application Configuration
Configure Firebase as an application in your Elements installation so you can take advantage of push notifications.
Last updated
Configure Firebase as an application in your Elements installation so you can take advantage of push notifications.
Last updated
{
"_id" : ObjectId("5cdb10c1e96c3c4f2bfe21f7"),
"active" : true,
"category" : "FIREBASE",
"name" : "nameOfApplicationInFirebaseConsole",
"parent" : {
"$ref" : "application",
"$id" : ObjectId("5cdb1088e96c3c4f2bfe1da7")
},
"serviceAccountCredentials" : "service account credentials from firebase console go here"
}