• <tfoot id='fz6vz'></tfoot>
      <bdo id='fz6vz'></bdo><ul id='fz6vz'></ul>
    <i id='fz6vz'><tr id='fz6vz'><dt id='fz6vz'><q id='fz6vz'><span id='fz6vz'><b id='fz6vz'><form id='fz6vz'><ins id='fz6vz'></ins><ul id='fz6vz'></ul><sub id='fz6vz'></sub></form><legend id='fz6vz'></legend><bdo id='fz6vz'><pre id='fz6vz'><center id='fz6vz'></center></pre></bdo></b><th id='fz6vz'></th></span></q></dt></tr></i><div id='fz6vz'><tfoot id='fz6vz'></tfoot><dl id='fz6vz'><fieldset id='fz6vz'></fieldset></dl></div>

    <small id='fz6vz'></small><noframes id='fz6vz'>

      <legend id='fz6vz'><style id='fz6vz'><dir id='fz6vz'><q id='fz6vz'></q></dir></style></legend>

      1. 使用 firebase 消息传递时为不同用户接收相同的令牌

        时间:2023-08-02
          • <bdo id='bHfli'></bdo><ul id='bHfli'></ul>

          • <i id='bHfli'><tr id='bHfli'><dt id='bHfli'><q id='bHfli'><span id='bHfli'><b id='bHfli'><form id='bHfli'><ins id='bHfli'></ins><ul id='bHfli'></ul><sub id='bHfli'></sub></form><legend id='bHfli'></legend><bdo id='bHfli'><pre id='bHfli'><center id='bHfli'></center></pre></bdo></b><th id='bHfli'></th></span></q></dt></tr></i><div id='bHfli'><tfoot id='bHfli'></tfoot><dl id='bHfli'><fieldset id='bHfli'></fieldset></dl></div>
              <tbody id='bHfli'></tbody>

                <small id='bHfli'></small><noframes id='bHfli'>

                <legend id='bHfli'><style id='bHfli'><dir id='bHfli'><q id='bHfli'></q></dir></style></legend>

                1. <tfoot id='bHfli'></tfoot>
                  本文介绍了使用 firebase 消息传递时为不同用户接收相同的令牌的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我使用下面的代码从 firebase 获取令牌:

                  I use the code below to obtain a token from firebase :

                  const messaging = firebase.messaging();
                  
                  messaging.requestPermission()
                    .then(() =>{
                      return firebase.messaging().getToken();
                    }).then(token => {
                       saveTokentoServer(user.uid, token);
                    })
                  

                  问题是我为不同的用户收到了相同的令牌.我无法发送有针对性的消息.

                  the problem is that i receive the same token for different users. I am not able to send out targetted messages.

                  有谁知道我如何为不同的用户获取不同的令牌?

                  Does anyone know how I can obtain different token for different users ?

                  我花了两天时间寻找答案.为什么我的 Web 应用程序没有收到唯一令牌?

                  I have spent two days search for answers. Why is my web application not receiving unique token ?

                  推荐答案

                  Firebase 云消息传递令牌标识特定设备中的应用安装.它们不识别特定用户.因此,在您的情况下,如果多个用户在同一个浏览器配置文件中访问您的应用,他们将获得相同的令牌.

                  Firebase Cloud Messaging tokens identify an installation of an app in a specific device. They do not identify a specific user. So in your case, if multiple users access your app in the same browser profile, they will get the same token.

                  我自己没有尝试过,但我认为您可以 删除令牌(通常在用户退出时).然后请求权限和像往常一样为新用户获取新令牌.

                  I haven't tried this myself, but I think you can delete the token (typically when the user signs out). Then request permission and get the new token for the new user, as usual.

                  这篇关于使用 firebase 消息传递时为不同用户接收相同的令牌的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:ReactJS - FCM 在 Safari 浏览器中不起作用 下一篇:Firebase admin SDK FCM 错误 需要主题、令牌或条件之一

                  相关文章

                  1. <legend id='XLTnF'><style id='XLTnF'><dir id='XLTnF'><q id='XLTnF'></q></dir></style></legend>

                    <small id='XLTnF'></small><noframes id='XLTnF'>

                    <i id='XLTnF'><tr id='XLTnF'><dt id='XLTnF'><q id='XLTnF'><span id='XLTnF'><b id='XLTnF'><form id='XLTnF'><ins id='XLTnF'></ins><ul id='XLTnF'></ul><sub id='XLTnF'></sub></form><legend id='XLTnF'></legend><bdo id='XLTnF'><pre id='XLTnF'><center id='XLTnF'></center></pre></bdo></b><th id='XLTnF'></th></span></q></dt></tr></i><div id='XLTnF'><tfoot id='XLTnF'></tfoot><dl id='XLTnF'><fieldset id='XLTnF'></fieldset></dl></div>

                    • <bdo id='XLTnF'></bdo><ul id='XLTnF'></ul>
                      <tfoot id='XLTnF'></tfoot>