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.
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.
来源:https://stackoverflow.com/questions/38141103/firebase-android-jars-documentation-javadoc-in-android-studio