Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to be able to add comments to elements for review #9

Open
thetwosents opened this issue Sep 30, 2018 · 4 comments
Open

Need to be able to add comments to elements for review #9

thetwosents opened this issue Sep 30, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@thetwosents
Copy link
Owner

thetwosents commented Sep 30, 2018

  1. Create a database
  2. Add the object
  3. Query
{
	"wikipedia.org": {
		"wiki/Physics": {
			0: {
				"element_tag": "a",
				"x": 10,
				"y": 10,
				"user_screen_resolution": 1440,
				"comments": {
					0: {
						"comment": "This is the first comment",
						"timestamp": new Date(),
						"user": 1
					}
				}
			}
		}
	}
}
@thetwosents
Copy link
Owner Author

image
Image for v1

@thetwosents thetwosents added enhancement New feature or request help wanted Extra attention is needed labels Sep 30, 2018
@ghost
Copy link

ghost commented Sep 30, 2018

Javascript Configurations:

<script src="https://www.gstatic.com/firebasejs/5.5.2/firebase.js"></script> <script> // Initialize Firebase var config = { apiKey: "AIzaSyAVpjKpAZiIL2Ntc4cY9NuUdpAnzkodSTM", authDomain: "comments-pedia-database.firebaseapp.com", databaseURL: "https://comments-pedia-database.firebaseio.com", projectId: "comments-pedia-database", storageBucket: "comments-pedia-database.appspot.com", messagingSenderId: "878167931410" }; firebase.initializeApp(config); </script>

@thetwosents
Copy link
Owner Author

Moving entire project onto this starter code base: https://github.com/firebase/quickstart-js/tree/master/auth/chromextension

@sirjamesgray
Copy link
Collaborator

Pop-up styled after this:

invision-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants