Firebase:从信息中心上传图片或文件

时间:2016-02-09 07:58:12

标签: upload firebase dashboard

我正试图在Parse找到一个好的选择。

FireBase 似乎不错,但是我无法在Parse中找到如何从仪表板上传图片/文件

我们可以像在Parse中一样从firebase仪表板上传图像/文件吗?

3 个答案:

答案 0 :(得分:2)

不可以,因为 firebase 不提供此类功能。

编辑:

啊!我原来接受的答案没有被接受,因为我给出了直接回答:)好的OP没有询问解决方案的编程方式,所以我假设不提供一个。

有几种方法可以使用firebase处理图像,我通常会将图像上传到<FrameLayout android:id="@+id/layout" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/ScreenLoginContainer"> <android.support.design.widget.TextInputLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <EditText android:id="@+id/edit_text_password" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="textPassword" android:imeOptions="actionDone" android:hint="@string/enter_password_hint" android:paddingRight="30dp" style="@style/ScreenPasswordEditText"/> </android.support.design.widget.TextInputLayout> <Button android:id="@+screen_card_ean_enter/show_password_button" style="@style/ShowHidePasswordButton"/> </FrameLayout> 并将s3 bucket存储在firebase中。同样可以选择实现上述方法,即在服务器端执行所有操作,在客户端执行所有操作,或者在客户端和服务器端执行混合操作。但最好在服务器上执行urls以保证安全。

节点作弊:

要获得完整代码,请在github node-cheat aws处获取节点作弊,选择任意文件夹并运行signaturing

答案 1 :(得分:0)

虽然以上是一个答案,但它并没有提供解决方案,所以这里有更多的数据。

在firebase中上传/存储数据非常简单,只需要很少的代码。

对于图像,将图像编码为字符串并将字符串存储在firebase中。然后检索图像,检索字符串并对其进行解码。

您应该可以在大约12行代码中执行这两项操作(取决于平台)。

这里已经发布了几个例子,我喜欢Swift这个例子。

Swift2 retrieving images from Firebase

希望有所帮助!

答案 2 :(得分:0)

否,您不能直接上传,但是可以使用一些开源项目,该项目将使您可以像这样tutorial

轻松地创建一个简单的仪表板。

enter image description here