代码之家  ›  专栏  ›  技术社区  ›  rendom

同一firebase主机上的不同SPA

  •  0
  • rendom  · 技术社区  · 6 年前

    我有firebase托管,我想托管3个不同的水疗中心,使用相同的firestore和firebase托管。并从不同的路径访问它们

    mysite.com
    
    1. Static Landing - with several predefined pages
    paths: /, /contacts, /help, /partners
    
    2. Main SPA with firestore access
    paths: /posts, /map, /users
    
    3. And CMS to control firestore  data.
    paths: /admin
    

    我在用react,我的SPA的网页包。

    0 回复  |  直到 6 年前
        1
  •  1
  •   Sveen rendom    5 年前

    我找到了Firebase多站点解决方案 here