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.