DOC

dev.gitlive : firebase-firestore-metadata

Maven & Gradle

May 26, 2021
859 stars

firebase-kotlin-sdk · The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.

Table Of Contents

Latest Version

Download dev.gitlive : firebase-firestore-metadata Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file firebase-firestore-metadata-1.3.1-javadoc.jar to firebase-firestore-metadata-1.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder firebase-firestore-metadata-1.3.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "firebase-firestore-metadata-1.3.1-sources.jar" -d "firebase-firestore-metadata-1.3.1-javadoc" -subpackages 

Advertisement