Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据说我有2张桌子:
1 - 表 1 是一个查找表,它有 100 万条记录,有 2 列:名称和描述。
2 - 表 2 包含用户输入的多列记录:姓名和其他。
我想使用 Name 列执行将表 1 与表 2 连接起来的查询,但我想离线进行。
我可以用 Sqlite 轻松做到这一点。但我有一个问题,是否可以在 Firebase 中执行此操作。
Firebase 是否允许我使用内存中已有的表 1 启动应用程序?并在离线模式下执行此查询?