Home / Companies / Firebase / Blog / February 2018

February 2018 Summaries

2 posts from Firebase

Filter
Month: Year:
Post Summaries Back to Blog
Firebase users can improve their chances of receiving useful answers by first searching Google for existing discussions or exact error messages, then selecting a community channel that fits the question’s purpose. Stack Overflow is intended for focused programming questions with complete code, errors, reproducible examples, and appropriate Firebase-related tags, while Quora suits broad questions, recommendations, and opinions. The firebase-talk Google Group supports extended open-ended discussions, and Firebase Slack is useful for informal conversation and topic-specific channels, though it is generally not an official support route except for Test Lab’s dedicated channel. Firebase Support is recommended for urgent production issues, reproducible troubleshooting, bug reports, and feature requests, with responses expected within 24 hours. The guidance discourages using Twitter or unrelated YouTube comments for general support because of their limited visibility, but suggests sharing links to questions posted elsewhere through social media to reach a wider audience.
Feb 23, 2018 1,149 words in the original blog post.
Firebase Cloud Messaging (FCM), which delivers billions of notifications and data messages daily across iOS, Android, and web clients, has been updated with improved security and features through FCM v1. The new API is available through Firebase Admin SDKs for Node.js, Python, Java, and Go, enabling server-side applications to send messages and manage topic subscriptions. FCM v1 supports platform-specific overrides in a single message request, allowing developers to configure settings such as Android time-to-live values and iOS APNs priorities independently. The Admin SDK simplifies sending device or topic messages, including data payloads, and lets servers add multiple registration tokens to topics, with documentation available for supported languages and full payload options.
Feb 19, 2018 406 words in the original blog post.