Firebase Component Won't Utilize Same Asset
See original GitHub issueI am trying to implement the Firebase component to share elements between users.
Example. I have a box in a scene which has the firebase-broadcast
attribute appended to it. When two people enter the scene, the element is then created for each user (looking at the code, this make sense). However I would like to have the second user utilize the same box asset data from the first user so, for instance, they could toss the same box back and fourth to each other.
Is this implementation possible with the current status of the component?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Troubleshooting & FAQ for Unity and Firebase
This page offers tips and troubleshooting for Unity-specific issues that you might encounter when using Firebase. Have other challenges or don't see your ......
Read more >Cannot import firebase into react.js project. "Module not found ...
I get the same problem ,we used old version firebase with old syntax , I fix this problem by using the new Syntax...
Read more >[Bug] Failing to copy libraries with Unity 2022 and ... - GitHub
It simply cannot find/create the folder with the same version number in Generated Local Repo Directory if created through Unity Asset Browser.
Read more >Firebase package not showing in Package Manager
As you're talking about a .unitypackage file, which means it's an asset, it's normal that you do not see it in the In...
Read more >Using Firebase - Expo Documentation
If you are using Firebase version 9.7.x and above, you need to add the following configuration to a metro.config.js file to make sure...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also have been looking for this options and there have been a WIP before the component have been moved: https://github.com/ngokevin/aframe-firebase-component/issues/1 Regarding the added value its an important feature we should work on 😃 (especially if it is almost ready according to the bullet points)
If you have anything, I can check it out!