简体   繁体   English

在我的 android 项目中使用 firebase 和 AWS

[英]Using firebase and AWS for my android project

I am building an android app.I wanted to know if its ok to use both firebase and aws in my project?我正在构建一个 android 应用程序。我想知道是否可以在我的项目中同时使用 firebase 和 aws? I will be using firebase to save users login information and I will use aws to save all of their images.So before I proceed to do this I wanted to see if its ok?我将使用 firebase 来保存用户登录信息,我将使用 aws 来保存他们的所有图像。所以在我继续这样做之前,我想看看它是否可以?

Firebase SDKs don't have any explicit restrictions about what other products you can use in your app. Firebase SDK 对您可以在应用中使用的其他产品没有任何明确限制。 In general, this should be true for any product.一般来说,这对于任何产品都应该是正确的。

If you are have a specific problem with some apparent conflict between SDKs, please ask a new question with the code and steps to take that cause an issue.如果您遇到 SDK 之间存在明显冲突的特定问题,请提出一个包含代码的新问题以及解决该问题的步骤。

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

相关问题 在我的 Android 项目上使用 setValue() 方法时 Firebase 出现 StackOverflow 错误 - StackOverflow error with Firebase, while using setValue() method on my Android Project 从我的Android项目中清除了Firebase - Obliterate Firebase from my Android Project Firebase Crashlytics 不与我的 android 项目同步 - Firebase Crashlytics do not sync with my android project 使用tranferutility将我的对象从Kotlin的android项目上载到AWS S3 - Upload my object to AWS S3 from my android project in kotlin using tranferutility 在 Android 库项目中使用 Firebase Cloud Messaging - Using Firebase Cloud Messaging in Android library project 在我使用 Firebase 的 Android 项目中,我收到此警告:W / System: Ignoring header X-Firebase-Locale because its value is null - In my Android project using Firebase I get this warning: W / System: Ignoring header X-Firebase-Locale because its value was null Android:在我的项目中使用ImageLoader? - Android: Using ImageLoader in my Project? 如何将 firebase-admin 添加到我的 android 项目中? - How to add firebase-admin to my android project? 将Firebase添加到我的Android项目时出现错误 - Getting error when adding firebase to my Android project 我在Kotlin的android项目中的AWS S3中的Putobject - Putobject in AWS S3 from my android project in kotlin
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM