Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit bc6293d

Browse files
#54 Support for Push Notifications
1 parent a18743e commit bc6293d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ If you want a quickstart, [clone our demo app (an older version is used in the Y
6868
var firebase = require("nativescript-plugin-firebase");
6969

7070
firebase.init({
71-
// optionally pass in properties for datbase and authentication
71+
// Optionally pass in properties for database, authentication and cloud messaging,
72+
// see their respective docs.
7273
}).then(
7374
function (instance) {
7475
console.log("firebase.init done");

0 commit comments

Comments
 (0)