使用Smartface App Studio

时间:2016-05-25 17:31:50

标签: android firebase smartface.io

我需要将Firebase添加到我正在使用Smartface App Studio开发的应用程序中,虽然我真的不知道我的应用程序的包名是什么? 我尝试过放入'Smartface Demo'然而它没有用。

它要求包名称:

enter image description here

1 个答案:

答案 0 :(得分:1)

包名称是每个应用程序都有的唯一标识符。通常,它类似于“com.company_name.app_name”(没有引号)

调试包名称(可以与免费的smartface版本一起使用)是“io.smartface.SmartfaceDemo”(再次,没有引号),要更改它,你必须转到你的配置文件的桌面面板并添加那里的包裹(只有你有付费版本) 因此,如果您使用的是免费许可证,请使用io.smartface.SmartfaceDemo

Obs:Firebase没有Smartface库,您必须使用Firebase的REST API。
以下是Firebase的REST API文档的链接:https://firebase.google.com/docs/reference/rest/database/#section-api-usage