腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
无法
使用
displayName
读取
用户名
reactjs
、
firebase
、
google-cloud-firestore
、
firebase-authentication
我
无法
使用
user.
displayName
读取
当前登录的名称。它会给我一个错误Uncaught TypeError: Cannot read property '
displayName
' of null 代码: function App() { post: doc.data(), ); }, []); console.log(user.
displayNam
浏览 32
提问于2021-05-06
得票数 0
1
回答
ServiceStack在测试方法和服务之间的对象序列化问题
servicestack
我们
使用
的是3.9.71版本的ServiceStack NuGet包。该解决方案由以下项目组成: [Route("/User/{Identity}", "GET")] [Route("/User/{
DisplayName
= auth.<
浏览 3
提问于2014-06-15
得票数 1
回答已采纳
1
回答
不一致的JS问题通过提及获取
用户名
和avatarURL
javascript
、
discord
我试着在我的服务器上提到一个成员,然后用他的
用户名
和avatarURL创建了一个网络钩子,但它不起作用,它告诉我我的用户提到的没有
displayName
if (cmd === "say"let msg = args.slice(1).join(" "); message.channel.createWebhook(usermentioned.
displayName
api/webhooks/${wb.id}/${wb.token
浏览 0
提问于2021-02-01
得票数 0
2
回答
displayName
不
使用
API将as添加到apached中。
ldap
、
apacheds
我正在
使用
APACHE向LDAP服务器添加一个条目。但是,
displayName
属性并没有按原样添加,而是添加了"
displayname
“(全部是小写)。以下是我的参赛作品: "cn=" + cn + "," + this.base_dn, "
displayName
浏览 6
提问于2014-12-08
得票数 1
回答已采纳
1
回答
创建包含文本字段数据的Firestore文档
swift
、
database
、
firebase
、
google-cloud-firestore
、
firebase-authentication
因此,我
使用
firebase在xcode上创建了一个注册页面,目前运行良好,但我希望从用户那里获得更多信息,如名字和姓氏。
浏览 16
提问于2020-06-12
得票数 0
2
回答
检查用户中的
displayName
是否是唯一的Firebase &角
javascript
、
angular
、
firebase
、
google-cloud-firestore
在将新用户添加到firebase之前,我希望检查其他用户是否已经存在
displayName
。我将
displayName
存储在users中 .then(snapshot => { if
浏览 5
提问于2020-07-27
得票数 0
回答已采纳
1
回答
Azure DevOps error 'Git fetch失败,退出代码1:
无法
读取
用户名
azure-devops
、
azure-pipelines
、
azure-pipelines-release-pipeline
、
azure-pipelines-build-task
、
azure-pipelines-yaml
致命:
无法
读取
“:终端提示禁用的##errorBash”代码'128‘的
用户名
。# Install Node inputs:
displayName
x' - task: npmAuthenticate@0
浏览 6
提问于2022-06-08
得票数 1
回答已采纳
2
回答
Firebase:如何在Firestore中只记录显示名称的第一个名称?
firebase
、
flutter
、
google-cloud-firestore
、
displayname-attribute
我编写了以下代码,用于
使用
Google登录的auth类的Firestore:import 'package(user.uid); 'uid': user.uid, '
displayName
': user.
disp
浏览 8
提问于2020-02-19
得票数 0
1
回答
“退出”按钮不更改为“反应性”中的“登录”按钮-firebase单页站点
javascript
、
reactjs
、
firebase
、
firebase-authentication
、
local-storage
这段代码第一次用于登录是有效的,但是当我注销时,它成功地做到了,但是它没有再次更改注销按钮,而是在刷新页面之后,将我的名字和pfp从导航栏的顶部移除,而注销按钮仍然在那里,我应该在这里做哪些更改以使其工作呢? 以下是页面注销和刷新后的图片import { NavLink } from 'react-router-dom';import { auth, signInWithGoogle } from '../Firebas
浏览 4
提问于2022-09-08
得票数 2
1
回答
如何在
使用
Firebase登录后获取推特用户的UserName。安卓
java
、
android
、
firebase
、
twitter
、
firebase-authentication
我
使用
Firebase的Twitter帐户对用户进行身份验证。但我不知道怎样才能得到UserName。 这是我的代码。我什么都试过了。
浏览 0
提问于2020-01-28
得票数 0
1
回答
在计算机上搜索特定描述
windows
、
powershell
、
active-directory
在我的组织中,计算机上的"description“属性会自动更新上一次登录和何时登录的用户,因此看起来像"OU,
用户名
,日期和时间”示例: IT-afdelingen,chrijen,28-07-2021我想在描述中搜索
用户名
,这样我就可以看到用户最后登录的是什么pc。"bjokjer" 如果我像这样把
用户名
浏览 8
提问于2021-07-28
得票数 0
回答已采纳
1
回答
Microsoft图形资源管理器-在
用户名
/email中创建用户和更新标志
azure
、
active-directory
、
microsoft-graph-api
、
azure-ad-b2c
、
azure-ad-graph-api
我试图通过Microsoft图形资源管理器创建更新、登录、
用户名
或电子邮件,但我
无法
同时执行这两项操作。我提供的json数据可能格式不正确。我登录管理帐户,
使用
补丁方法,并通过提供以下代码成功地更新了信息: "
displayName
": "AAAlica", "passwordProfile}我不知道我应该提供哪些属性和值来更改登录
用户名
浏览 2
提问于2016-12-27
得票数 1
回答已采纳
1
回答
在单个响应中返回mongoose错误列表
node.js
、
mongodb
、
express
、
mongoose
我目前正在
使用
Node.js,Mongoose和Express.js进行后端开发。这是我尝试
使用
mongoose创建的用户列表。[ "username" : "abc", "
displayname
" : "ABC",: "test@example.com" { &qu
浏览 0
提问于2016-01-08
得票数 1
2
回答
在Vue.js和Firebase中用户注册后导航栏状态的变化
javascript
、
firebase
、
vue.js
、
firebase-authentication
对于登录和注册操作,我正在
使用
Firebase身份验证。到目前为止,我已经成功地让用户登录并更改了navbar状态:当用户被注销时,它会显示两个按钮:一个登录按钮,另一个是注册按钮。当用户登录时,这些按钮将被
用户名
和注销选项替换。问题在于注册选项:在填写表单并按submit之后,导航栏状态被更改,退出选项会显示出来,但是没有显示
用户名
。我想要么显示
用户名
以及注销按钮,要么让应用程序在用户注册后不登录。是否有办法这样做?li style="margin-top: 0.5em;"><router
浏览 6
提问于2021-08-18
得票数 0
回答已采纳
1
回答
将Samba的S-1-22-[12]-* SID映射为名称
c#
、
samba
、
security-identifier
nss_map_objectclass posixGroup Group在UNIX上
使用
在域中
使用
PC时,它不会要求提供凭据。 在某些示例中,用户gle3 (在1中突出显示)也存在于域中,但具有不同的SID。这里
使用
的SID是Samba SID,如S-1-22-1-1-10001。在(2)中,您可以看到用户存在于
使用
的passwd配置中。下面的代码当然不会产生任何结果:grep gle3
浏览 89
提问于2015-06-29
得票数 18
2
回答
如何将两个属性合并为AD对象的单个输出?
powershell
、
active-directory
、
windows-scripting
、
adgroup
我需要将两个属性合并到一个列中,
用户名
在
DisplayName
中,而组名存储在名称中--无论哪种类型的对象都有
DisplayName
,所以我需要在一列中显示它们。Suppose Group is 'Test Group' ObjectGUID : 123-456-XXXX
DisplayName
: CN:
浏览 1
提问于2019-06-25
得票数 1
回答已采纳
2
回答
我们可以用gmail地址创建本地帐户用户吗?
c#
、
azure-active-directory
、
microsoft-graph-api
、
microsoft-graph-sdks
我们
使用
ADAL.Net在Azure中创建用户。
使用
SinginNames,我们可以提供任何电子邮件地址(gmail或非域电子邮件)作为
用户名
,以创建Azure AD本地帐户。当我们
使用
微软图形(MSAL.Net)进行相同的尝试时,我们
无法
创建一个用户:Message: Property userPrincipalName如何
使用
Microsoft创建gmail地址作为
用户名
? 新创建的帐户应该是本地用户帐户,而不是来
浏览 0
提问于2019-05-30
得票数 1
回答已采纳
1
回答
Lync 2010更改发件人的显示名称
c#
、
lync
、
lync-2010
、
lync-client-sdk
、
lync-2013
有人知道如何
使用
Microsoft.Lync API覆盖即时消息发送方的显示名称吗? 谢谢
浏览 2
提问于2013-09-04
得票数 0
2
回答
在Firebase用户中有锁定
displayName
的方法吗?
firebase
、
firebase-authentication
、
firebase-security
我试图解决firebase中缺少
用户名
的问题,并考虑将
用户名
存储在UserInfo.
displayName
属性中的用户配置文件中。这是必要的,这样我就可以在安全规则中获得
displayname
作为auth.token.name,然后
使用
它作为
用户名
。但是,updateProfile方法似乎没有被锁定,因此可以想象,用户可以
使用
他们的令牌黑出api,并直接调用updateProfile将显示名称更改为其他人的
用户名
。是否有办法锁定
displayN
浏览 6
提问于2017-10-02
得票数 4
回答已采纳
1
回答
正确访问JavaScript中的嵌套对象
javascript
、
class
、
properties
comparisonType: "IN" numericalValue: 0 screeningField.
displayName
screeningField.fieldName: "Prop2" screeningField.type: "MULTI"我需要从这个对象<
浏览 1
提问于2012-12-07
得票数 2
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券