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

旧城冷巷雨未停 提交于 2019-12-04 18:16:50

问题


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.



来源:https://stackoverflow.com/questions/38141103/firebase-android-jars-documentation-javadoc-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!