Diego Giorgini Software EngineerFirebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages to your apps and sites. It provides two types of messages: Notification Messages display a simple notification popup, with optional data payload. Data...
Wednesday, 29 March 2017
Sunday, 26 March 2017
Getting Started with React Native Template Design - Tutorial Part 1
We always look for apps that are faster to develop and run, React Native is one such emerging framework. Being focused on mobile development; React Native is an open source framework from Facebook which can be run on multiple platforms and devices such as iOS and Android. React Native is a javascript...
Friday, 24 March 2017
How to Schedule (Cron) Jobs with Cloud Functions for Firebase
Abe HaskinsDeveloper Programs Engineer Cloud Functions are a great solution for running backend code for your Firebase app. You can write a function which is triggered by many different actions like user sign-ups, writes to the Realtime Database, changes to a Cloud Storage bucket, or conversion...
Thursday, 23 March 2017
Angular 4.0.0 Now Available
Angular version 4.0.0 - invisible-makeover - is now available. This is a major release following our announced adoption of Semantic Versioning, and is backwards compatible with 2.x.x for most applications.We are very excited to share this release with the community, as it includes some major improvements and functionality that we have been working on for the past 3 months. We’ve worked hard to make...
Wednesday, 22 March 2017
BigQuery Tip: The UNNEST Function
Todd Kerpelman Developer Advocate By now, you probably already know that you can export your Firebase Analytics data to BigQuery, which lets you run all sorts of sophisticated ad hoc queries against your analytics data.At first, the data set in BigQuery might seem confusing to work with. If...
Saturday, 18 March 2017
Take Control of Your Firebase Init on Android
Doug Stevenson Developer Advocate A while back, we discussed how Firebase initializes on Android. There was a lot of great discussion around that, and it sounded like some of you experimented with the same technique for getting your own Android libraries initialized. Many of you also...
Thursday, 16 March 2017
Contentmart: Honest Review
Do you wish to shine brightly in the engaging field of content writing? Are you hoping to get jobs in freelance content writing? Are you looking for talented writers across the country to write an exciting and quality article for you? Well, now you don’t need to spend a hefty amount of time browsing...
Tuesday, 14 March 2017
Profiling your Realtime Database Performance
Tyler RockwoodSoftware EngineerThe Firebase Realtime Database has traditionally been a black box that doesn't really give you a lot of insight into its performance. We're changing that. Today, you'll be able to get insights into how your database instance is performing by using the profiler built...
Friday, 10 March 2017
Multiplying the Power of Firebase Storage
Mike McDonaldProduct Manager Since the initial release of Firebase Storage at Google I/O 2016, we've been happy to see mobile app developers make use of its scalable, secure, and robust file storage to power their apps. Hundreds of thousands of developers have created buckets, and we serve...