我正在开发一个Android应用程序,我正在使用GeoFire
库。
我已根据Firebase
的最新版本更新了所有代码,但我未能将GeoFire
更新为导致代码冲突的最新版本。
即使在geofire的github网站上,也没有这样的信息。
使用旧的geofire版本运行应用时,我收到此错误:Caused by: java.lang.RuntimeException: You need to set the Android context using Firebase.setAndroidContext() before using Firebase.
此行geoFire = new GeoFire(new Firebase("https://appname.firebaseio.com/appDetails/"));
再次添加Firebase.setAndroidContext(this);
后,我收到此错误:Caused by: java.lang.RuntimeException: Android classes not found. Are you using the firebase-client-android artifact?
如何更新到GeoFire
的最新版本?
请告诉我。
答案 0 :(得分:0)
同样在这里!注意新的更新。 在Github上查看此OPEN Issues。一旦解决,我们将能够获得最新的库。
希望尽快完成。 JavaScript已经更新。 Android / iOS仍在进行中。