gastsail / FirestoreDocument-Android

This is a demo Android app for the FirestoreDocument library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FirestoreDocument-Android App Quickstart

Introduction

This is an Android example app for how to use the FirestoreDocument-Android library. This library answers the question "How to get the size of a Cloud Firestore document"?

Getting Started

In order to make it work, you need to create a Firebase project and a very simple Cloud Firestore database with only a single document that looks like this:

Firestore Document Structure

Run the App

When opening the app, the result that you'll see is the size of my_task_id document that is set to a TextView:

App Screenshot.

Note: All documents size returned by this library are in bytes, the example above shows 147 bytes

About

This is a demo Android app for the FirestoreDocument library


Languages

Language:Java 100.0%