AI/ML

How to create a chatbot with Firebase Firestore and ChatGPT on Android

A simple solution for integrating Cloud Firestore with OpenAI ChatGPT on Android using Jetpack Compose

Alex Mamo
Firebase Developers
8 min readJul 12, 2023

--

If you want to get quick answers from ChatGPT and you don’t want to interact with apps that aren’t created by you, then read this article until the end because I will show you how to create your own Android app that interacts with ChatGPT. You’ll get the answers to your questions almost instantly.

So what is really ChatGPT?

Hmm, let’s ask ChatGPT itself what ChatGPT is :) We’ll see what answer it will provide a bit later.

If you’re interested in knowing how to create a chatbot with Firebase Firestore and PaLM on Android, then please check the following article:

What we will build?

We’ll build an Android app that is composed of two screens. The first screen consists of a single TextField where we are asked…

--

--