Posts in "Firebase Extensions"

All Posts

Creating a Quiz Generator using the ChatGPT Firebase Extension

21st November, 2023

Rajeev Ranjan Sharma

Web Developer & Builder

You often want to test your knowledge when learning a new topic. You can get ready-made quizzes on the subject, but generally, they tend to be too broad. What if you only want to test yourself on the content you’ve just read? This is the problem statement we will tackle in this article: given some content, how can you create a quiz based on it?

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.

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

Firebase Stripe Extension with Flutter web

7th March, 2023

Renuka Kelkar

DevRel Advocate

As you know, Flutter web is becoming more mature now. Developers are using Flutter web not only for creating portfolios but also for creating more complex apps as well. Integrating a payment gateway into the web app is the most important feature of any E-commerce App. In this article, we are going to see how easily one could integrate Stripe payments with Flutter web using Firebase Extensions.