简体   繁体   English

Firebase和Java离线存储

[英]Firebase and Java offline storage

I know for sure that Firebase can work offline and store locally any changes you made to the database and whenever he get connection again upload the changes, when you're coding on android. 我确定Firebase可以脱机工作并将您对数据库所做的任何更改存储在本地,并且当您在android上进行编码时,只要他再次获得连接,就可以将更改上传。 This can be used in any Java aplication, or is it only in android? 可以在任何Java应用程序中使用它,还是仅在android中使用? I've searched but find nothing about this. 我已经搜索过,但是对此一无所获。 Thanks in advance! 提前致谢!

is it only in android? -- No, as you know Firebase is a technology that permits you to make mobile and web applications with no server-side programming so that development turns out to be quicker and easier. -不,您知道Firebase是一项技术,可让您无需服务器端编程即可制作移动和Web应用程序 ,从而使开发变得更快,更容易。

You can use Firebase with- 您可以将Firebase与-

  • Android Android的
  • Unity 统一
  • IOS IOS
  • Web and more 网络及更多

Check this SO question. 检查 SO问题。

Also, here is what I found. 另外, 是我发现的。

firebaser here 在这里放火

Disk persistence is only available on iOS and Android. 磁盘持久性仅在iOS和Android上可用。 It is not available in the Java Admin SDK. 它在Java Admin SDK中不可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM