Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase android jars documentation/javadoc in Android Studio [duplicate]

I'm trying to view Firebase's Javadoc API for Android on Android studio. I found the javadoc on the internet. For example: DatabaseReference.

The problem is that I don't see an option to do it in Android Studio. See screenshot.

I have an option to attach the source code of firebase, but can't find it on the web.

How do I view Firebase's javadoc in Android Studio? Thanks.

enter image description here

like image 516
AlikElzin-kilaka Avatar asked Jul 01 '16 08:07

AlikElzin-kilaka


People also ask

Do Firebase Android SDKs depend on Google Play Services?

Dependencies of Firebase Android SDKs on Google Play services. Some Firebase Android SDKs depend on Google Play services , which means they will only run on devices and emulators with Google Play...

How do I integrate firebase with Android Studio?

You can explore and integrate Firebase services in your app directly from Android Studio using the Assistant window shown in figure 1. First make sure you have installed Google Repository version 26 or higher, using the following steps: Click Tools > SDK Manager. Check the Google Repository checkbox, and click OK. Click OK to install.

Where can I find Firebase documentation?

Formal reference documentation for Firebase SDKs, Firebase REST APIs, and Firebase tools. Find Firebase reference docs under the Reference tab at the top of the page. Fully working code to get started fast and see real-world integrations of Firebase features. Explore Firebase quickstarts and samples in the Samples tab at the top of the page.

What are the different types of Firebase SDK?

Firebase SDKs can be divided into three categories: Play services required — These SDKs require Google Play services, otherwise they have no functionality. Play services recommended — These SDKs require Google Play services to have full functionality, but they still offer most functionality even without Google Play services.


1 Answers

The Firebase source is not available to public, so all you'll get is the obfuscated version until they decide to release the source code.

UPDATE: You can find the reference on https://firebase.google.com/docs/reference/android/packages , once again i have no info about the release of javadocs to include.

like image 184
jirungaray Avatar answered Oct 19 '22 08:10

jirungaray