Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flatter:Firebase ab测试-错误保存测试设备:出现问题_Firebase_Flutter - Fatal编程技术网

Flatter:Firebase ab测试-错误保存测试设备:出现问题

Flatter:Firebase ab测试-错误保存测试设备:出现问题,firebase,flutter,Firebase,Flutter,我试图在我的简单应用程序上使用Firebase远程配置ab测试。所以在添加所有依赖项并准备好控制台后,我创建了我的远程配置。我测试了我的远程配置,一切都很好。现在我创建AB测试。添加变量和目标后,我现在尝试添加我的令牌用户id。我从以下代码获取令牌: FirebaseAuth.instance.signInAnonymously().then((value) async { String token = await value.user.getIdToken();

我试图在我的简单应用程序上使用Firebase远程配置ab测试。所以在添加所有依赖项并准备好控制台后,我创建了我的远程配置。我测试了我的远程配置,一切都很好。现在我创建AB测试。添加变量和目标后,我现在尝试添加我的令牌用户id。我从以下代码获取令牌:

   FirebaseAuth.instance.signInAnonymously().then((value) async {
      String token = await value.user.getIdToken();
      print("-------> token Auth: $token");
    }).catchError((onError) => print(onError));
现在,在用于实验的测试设备中,我尝试添加may令牌:

如您所见,我在保存测试设备时遇到了
错误:出现了一些错误
错误

我的代币有问题吗?: