Philip Stutz
Philip Stutz
Thanks a lot for the response. `controlled` is exactly the workaround I ended up using after discovering that it contains the Safari fix. :)
Feedback 7
How to reproduce: ``` val g = session.cypher("CONSTRUCT NEW () RETURN GRAPH").getGraph val union = g.unionAll(g) union.nodes("n").size shouldBe 2 ``` ``` Expected :2 Actual :1 ```
Is this planned? I have the same use case of needing to support different subscriptions (base + multiple addons). Only being able to set a single Firebase role does not...