我有关于firebase数据库的问题。我可以连接firebase数据库和Yii2应用程序吗?是否可能或需要采取其他方式,如果可能,那么我如何实施它。
clj7thdc1#
默认情况下yii2不支持firebase。它支持SQLite,MySQL,PostgreSQL,SQL Server和Oracle。但是可能会有一个扩展来支持firebase。
crcmnpdw2#
你可以使用Yii 2-firebase扩展在https://github.com/grptx/yii2-firebase连接到firebase或者你可以使用firebase手册在https://firebase.google.com/docs/firestore/quickstart#php_4如何使用云Firestore使用PHP。
2条答案
按热度按时间clj7thdc1#
默认情况下yii2不支持firebase。它支持SQLite,MySQL,PostgreSQL,SQL Server和Oracle。但是可能会有一个扩展来支持firebase。
crcmnpdw2#
你可以使用Yii 2-firebase扩展在https://github.com/grptx/yii2-firebase连接到firebase或者你可以使用firebase手册在https://firebase.google.com/docs/firestore/quickstart#php_4如何使用云Firestore使用PHP。