Firebase android jars documentation/javadoc in And

2019-03-25 01:38发布

问题:

This question already has an answer here:

  • How to make API javadocs for Google Play Services APIs and Firebase APIs show up in Android Studio rather than decompiled classes with no docs? 2 answers

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.

回答1:

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.