Posts

Showing posts with the label Developer

Does Fetching a Parent Collection in Firebase Firestore Return Its Entire Sub-Collection Tree?

Image
  No, when you read a document from a collection in Firestore, it does not automatically return the entire tree of nested collections and sub-collections. Firestore is designed to allow for flexible and scalable data structures, meaning each collection and document is independent in terms of read operations. How Firestore Reads Work 1. Reading a Document: • When you read a document, you only get the fields within that document. Any sub-collections under that document are not included in the read operation. 2. Reading a Collection: • When you read a collection, you get a list of documents within that collection. Again, this does not include any nested sub-collections. Example Scenario Consider the following Firestore structure: users (collection)   |   |-- userID (document)        |        |-- name: "John Doe"        |-- age: 30        |        |-- orders (sub-collection...

Conversation Mode Google Translate Android

Image
This is Experimental preview currently supporting English, Spanish…  

Windows Phone Developer tool

Image
Microsoft Windows Phone இனை வெளியிட்டதனைத் தொடர்ந்து அதற்கான Developer tool இனையும் வெளியிட்டுள்ளது. Windows Phone ஆனது Iphone மற்றும் android phone களுக்கு சவாலாக அமையும் என்று நம்பப்படுகிறது. Silverlight மற்றும் XNA தொழினுட்பங்களை பயன்படுத்தி எமக்கு தேவையான மென்பொருட்களையும் விளையாட்டுக்களையும் நாமே உருவாக்கிக்கொள்ள முடிகிறது. Developer tool ஆனது பின்வரும் tool களை உள்ளடக்கியுள்ளது. Visual Studio 2010 Express for Windows Phone Windows Phone Emulator Resources Silverlight 4 Tools For Visual Studio XNA Game Studio 4.0 Microsoft Expression Blend for Windows Phone   MSDN உதவியுடன் எனது சிறுமுயற்சி… Emulator Demo   Download WP7 Developer tool   (Web based installation)

Lock off

Image
                                                                                   சமீபகாலமாக எனது Laptop இன் screen ஒற்றைக்காலில் தொங்கிக் கொண்டிருக்கிறது. எங்கோ ஒருநாள் தவறுதலாக அடிபட்டுவிட்டது. எனது project முடியும்வரை screen கண்ணை மூடக்கூடாது என்று பிரார்த்தித்துக் கொள்ளுங்கள்.  இப்போது screen இனை மடித்து வைக்கும்போது நெஞ்சம் பதறுகிறது. மடித்து வைத்தால் மட்டுமே screen soft off ஆக வாய்ப்புள்ளது அல்லது windows power plan க்காக காத்திருக்க வேண்டும். எனக்கு திரையை மடிக்காமல் soft off செய்வதற்கு ஒரு மென்பொருள் தேவைப்பட்டது. இணையத்தில் தேடியபோது nircmd சிக்கியது. இருப்பினும் இது con...