iOS: Automating the upload of DSYM files to Firebase using Fastlane & Bitrise
What was the issue? Crash reporting is something that's hugely important for all our apps. It allows us to easily find issues within our apps and can give us helpful advice on where to fix them. For our crash reporting, we use Firebase Crashlytics. For th...
Firebase Dynamic Links + Flutter
This article explains how to make use of Dynamic Links in Flutter through a step by step guide. What are Dynamic Links? Dynamic Links are smart URLs that lead to a specific screen in our application. They can be easily used in an outsider website/app and ...
How to use Firebase Cloud functions to send push notifications
This article provides a quick introduction on how to use Firebase Cloud Functions to send push notifications. There are 2 main advantages in using them: A small amount of code can send iOS and Android push notifications at the same time. There is no need...
Google Docs viewer with Flutter
Flutter is a powerful framework when it comes to rendering complex nested widgets with countless styles and customizations. This small project will explain the basics of using Google APIs and Services, in particular Google Drive, Google Docs and rendering...
Making a Presentation Application with Google Nearby Messages & Firebase
Here at Nodes, we regularly run events and give presentations. We wanted to use technology to make these more accessible and enhance these events for people who attend, and smooth out the event process entirely the only way we know how; making application...