Cross domain sessions in firebase -
we building js library included on third-party sites. when user takes action on third-party site, our library pushes write-only path on firebase corresponding url made on.
to allow our clients view actions user has taken on actual site, we'd log them firebase on our end , redirect them own site. our library on site checks if uid matches 'owner' site; if so, read-access firebase path , can see these 'actions'.
i hacked realise can't persist sessions between domains. work when our clients login site, through our js drop-in. we're using simple login right now, , don't have server-side. i'm using js lib.
can use firebase this, or not support cross-domain sessions? i'm open spooling backend if custom auth help.
cheers!
Comments
Post a Comment