We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37eb6e0 commit c38ce97Copy full SHA for c38ce97
1 file changed
README.md
@@ -45,7 +45,7 @@ To start sending Firebase messages you need a Service Account JSON key file from
45
Sending messages:
46
47
```csharp
48
-var firebaseSettingsJson = await File.ReadAllTextAsync("./link/to/my-project-123345-e12345.json");
+var settingsJson = await File.ReadAllTextAsync("./path-to/my-project-123345-e12345.json");
49
var fcm = new FirebaseSender(firebaseSettingsJson, httpClient);
50
var result = await fcm.SendAsync(payload);
51
0 commit comments