如何找到属于Firebase应用程序的用户? [英] How to find the users which are part of a firebase app?

查看:54
本文介绍了如何找到属于Firebase应用程序的用户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Firebase中有一个项目.该项目有2个应用程序: 1.安卓 2.iOS

I have a project in Firebase.This project has 2 apps: 1.Android 2.iOS

我想知道哪些用户是从android平台&同样是从iOS.

I want to know which users are registered from android platform & likewise from iOS.

有没有办法知道?

推荐答案

可能无法直接找到android用户和iOS用户,您必须存储boolean值,例如 isAndroid 在注册时和登录后 Firebase实时数据库中的用户表中从用户表中 isAndroid 进行其余操作.

May be there is no way to find android users and iOS users directly, you have to store a boolean value like for an example isAndroid in user table in Firebase Realtime Database while registration and after login fetch the value of isAndroid from user table and accordingly do the rest.

这篇关于如何找到属于Firebase应用程序的用户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆