可以通过Firebase匿名身份验证进行Google Cloud MySQL实例访问控制吗?

问题描述 投票:0回答:1

我目前正在Firebase Hosting上构建一个价格比较无服务器的Web应用程序,其中Firestore DB中有超过300K产品(文档)。

Firestore对于filtering仍然有一些limitation(请参阅here),因此我试图寻找Firestore DB的替代方案,其中包括某种authentication

注:能够过滤多个键(例如,所有蓝色汽车都无法通过排名索引排序,并且在Firestore中目前尚无法比25K便宜)比可伸缩性更重要

问题:是否可以使用Firebase Anonymous Authentication method限制对Google MySQL Instance的访问?

mysql firebase google-cloud-firestore firebase-authentication google-authentication
1个回答
0
投票

[Google Cloud SQL未与Firebase身份验证集成。因此,您无法直接从客户端应用程序代码安全地访问Google Cloud SQL数据库。这适用于所有受支持的Cloud SQL数据库(目前为MySQL,PostgreSQL和SQL Server)。

© www.soinside.com 2019 - 2024. All rights reserved.