Page 2

All Posts

Firebase Extensions – Shorten URLs

1st August, 2023

Gonçalo Palma

Lead Flutter Developer

Sharing is one of the most common features in modern web and mobile applications. It allows us to show a social media post or a photograph we took to a friend, share the planning for an upcoming business travel with our company, or even send that item from an e-commerce website to Santa to have a PS5 finally. To do so, we copy the URL for that specific website (or use the Share function on our devices), and we send it via different outlets – social media, messaging apps, snail mail, or others so that other people can click on it and see what we wanted to share.

GitHub Actions – Ensuring Quality in our Flutter Codebase

11th July, 2023

Gonçalo Palma

Lead Flutter Developer

Many products aim to provide us with a CI Pipeline for our projects, from the ones targeted to Flutter, such as CodeMagic, to custom CI Pipelines in which we must prepare for each new technology, such as Jenkins or Tekton. In this article, we will explore GitHub actions that, although they still need to be prepared to be used as solutions such as CodeMagic, are easier to set up than Jenkins and let us easily customize the pipeline as we need.

Build a quick multilingual app with Flutter and Firebase Extensions

3rd April, 2023

Renuka Kelkar

DevRel Advocate

The online world is changing rapidly and Mobile and web applications reached out to global audiences. Language is playing an important role while reaching out to a global audience, and if you are developing a mobile app in a single language, you may be losing the audience in other regions. No matter how much the app can benefit them, the solution to this problem is to develop a Multilingual app.That’s where Firebase Translate Text Extension helps you