Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用Java从Google云访问Firebase?_Java_Google App Engine_Firebase_Firebase Realtime Database_Firebase Authentication - Fatal编程技术网

如何使用Java从Google云访问Firebase?

如何使用Java从Google云访问Firebase?,java,google-app-engine,firebase,firebase-realtime-database,firebase-authentication,Java,Google App Engine,Firebase,Firebase Realtime Database,Firebase Authentication,我的情况是:我的数据库在Firebase中,后端逻辑在Google Cloud中,代码是Java的,显然我甚至无法向Firebase进行身份验证,因为它需要使用仅适用于android的auth SDK(它与Play服务绑定)。 我需要做的是,从谷歌云AppEngine,从Firebase获取数据,这样我就可以操纵它。 谢谢 使用从服务器访问数据库

我的情况是:我的数据库在Firebase中,后端逻辑在Google Cloud中,代码是Java的,显然我甚至无法向Firebase进行身份验证,因为它需要使用仅适用于android的auth SDK(它与Play服务绑定)。 我需要做的是,从谷歌云AppEngine,从Firebase获取数据,这样我就可以操纵它。 谢谢

使用从服务器访问数据库