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
-[ ] Bump latest SDK versions in SDKs page, quick start, and tutorials
224
224
-[ ] Create new sections for new products
225
-
-[ ] Create new concept and journey pages for new features
225
+
-[ ] Create new concept and guide pages for new features
226
226
-[ ] Update docs for breaking changes
227
227
228
228
### Documenting a new API
@@ -351,7 +351,7 @@ easily, and the code example is expected to be runnable and complete.
351
351
352
352
This means, you need to include imports, dependencies, and all parts needed to arrive at a functional example.
353
353
354
-
For concept and journey product pages, still try your best to have complete examples, unless:
354
+
For concept and guide product pages, still try your best to have complete examples, unless:
355
355
356
356
1. The example will become opinionated. We avoid opinionated implementation and choices in product pages. Keep them in blogs, quick starts, and tutorials.
357
357
2. The example cannot be given in a complete form cleanly. For example, many of the Messaging services's examples cannot be given in complete form because the boiler plate and set up is complex and documented in Android/Swift documentation.
Copy file name to clipboardExpand all lines: src/routes/docs/products/messaging/fcm/+page.markdoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Some additional configuration is required to enable push notifications in your m
57
57
1. Add `google-services.json` at the root of your project.
58
58
1. Add Google Services class path to your app-level Gradle dependencies block `"com.google.gms:google-services:4.4.0"`.
59
59
1. Add Google Services plugin to your app-level Gradle in the plugins block as `"com.google.gms.google-services"`.
60
-
1. Add notification handler service to `AndroidManifest.xml` inside the application tag, alongside other activities. Find an example of this service in the [Send push notification](/docs/products/messaging/send-push-notifications#add-targets) journey.
60
+
1. Add notification handler service to `AndroidManifest.xml` inside the application tag, alongside other activities. Find an example of this service in the [Send push notification](/docs/products/messaging/send-push-notifications#add-targets) guide.
You can follow the [Send email messages](/docs/products/messaging/send-push-notifications) journey to send your first push notification and test your provider.
322
+
You can follow the [Send email messages](/docs/products/messaging/send-push-notifications) guide to send your first push notification and test your provider.
You can follow the [Send email messages](/docs/products/messaging/send-sms-messages) journey to send your first push notification and test your provider.
356
+
You can follow the [Send email messages](/docs/products/messaging/send-sms-messages) guide to send your first push notification and test your provider.
0 commit comments