gpt4 book ai didi

angular - 在控制台中获取 'The timestampsInSnapshots setting now defaults to true' firestore 错误

转载 作者:太空狗 更新时间:2023-10-29 17:01:56 26 4
gpt4 key购买 nike

我在 Angular 的控制台中从 Firestore 收到以下错误。

@firebase/firestore: Firestore (5.8.3): timestampsInSnapshots 设置现在默认为 true,你不需要 不再需要明确设置它。在未来的版本中,设置 将被完全删除,因此建议您将其删除 现在从您的 firestore.settings() 调用。

有什么建议,如何摆脱它?

最佳答案

转到您的 app.modules.ts 文件并添加导入:

import { FirestoreSettingsToken} from '@angular/fire/firestore';

然后将此值添加到您的提供程序数组中:

providers: [{ provide: FirestoreSettingsToken, useValue: {} }]

关于angular - 在控制台中获取 'The timestampsInSnapshots setting now defaults to true' firestore 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54744979/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com